Re: system maintained keys - Mailing list pgsql-sql

From Joel Burton
Subject Re: system maintained keys
Date
Msg-id Pine.LNX.4.30.0110191633430.22474-100000@temp.joelburton.com
Whole thread Raw
In response to system maintained keys  ("Stefan Lindner" <lindner@visionet.de>)
List pgsql-sql
On Mon, 15 Oct 2001, Stefan Lindner wrote:

> Is there any way to get system maintained keys from postgres? e.g. to
> have a table with a primary key column (varchar or int) and let postgres
> chose the next unique value for this column?

\h CREATE SEQUENCE  will give syntax, or look up SEQUENCES and SERIAL data
type in the documentation.

-- 

Joel BURTON  |  joel@joelburton.com  |  joelburton.com  |  aim: wjoelburton
Independent Knowledge Management Consultant



pgsql-sql by date:

Previous
From: "Andre Schnabel"
Date:
Subject: Re: Diferent databases on same query...
Next
From: "Josh Berkus"
Date:
Subject: Re: oid's in views.