Re: Postgres 8.4 view keys

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Postgres 8.4 view keys
Date: 2010-04-12 12:00:41
Message-ID: hpv219$bo8$1@dough.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

A. Kretschmer, 12.04.2010 13:52:
> In response to richard terry :
>> I wondered if postges could some how auto-generate a unique view key?
>
> What do you mean with a 'unique view key'?
>
> I'm not sure, but maybe you are searching for SERIAL (a datatype)

Or row_number()

Thomas

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message A. Kretschmer 2010-04-12 12:30:07 Re: Postgres 8.4 view keys
Previous Message A. Kretschmer 2010-04-12 11:52:31 Re: Postgres 8.4 view keys