Re: How to create a specific table

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: How to create a specific table
Date: 2015-01-22 19:18:03
Message-ID: 54C14CEB.4010601@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 1/22/2015 6:54 AM, Pierre Hsieh wrote:
> 1. just one column which type is integer in table
> 2. this columns only has 1 and 2 for 50 times as following

note that tables are unordered sets, the rows of a table have no implied
order. 1 1 1 1 1 2 2 2 2 2 is the same table as 1 2 1 2 1 2 1 2 1 2 ...

--
john r pierce 37N 122W
somewhere on the middle of the left coast

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Igal @ getRailo.org 2015-01-22 19:30:04 Re: pg_upgrade could not connect to server
Previous Message Jimmy Jack 2015-01-22 19:14:56 Re: pg_upgrade could not connect to server