Re: system maintained keys

Поиск
Список
Период
Сортировка
От Joel Burton
Тема Re: system maintained keys
Дата
Msg-id Pine.LNX.4.30.0110191633430.22474-100000@temp.joelburton.com
обсуждение исходный текст
Ответ на system maintained keys  ("Stefan Lindner" <lindner@visionet.de>)
Список 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 по дате отправления:

Предыдущее
От: "Andre Schnabel"
Дата:
Сообщение: Re: Diferent databases on same query...
Следующее
От: "Josh Berkus"
Дата:
Сообщение: Re: oid's in views.