Re: Creating a table

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Creating a table
Дата
Msg-id 20011111192828.X72575-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Creating a table  ("Reuben Olson" <reuben.olson@clear.net.nz>)
Список pgsql-general
On Mon, 12 Nov 2001, Reuben Olson wrote:

> Hi there
>
> I am converting a mySQL database to postgresql database and I was
> wondering if there was any auto increment function like there is in
> mysql or di I need to use a sequence or something...

The easiest way is to use the serial type which is an int4 with an
associated sequence it takes its default value from.


В списке pgsql-general по дате отправления:

Предыдущее
От: "Reuben Olson"
Дата:
Сообщение: Creating a table
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Creating a table