Re: oids vs. serial question

Поиск
Список
Период
Сортировка
От Gregory Wood
Тема Re: oids vs. serial question
Дата
Msg-id 012f01c1c378$b0a2ddc0$7889ffcc@comstock.com
обсуждение исходный текст
Ответ на oids vs. serial question  (Alex Rice <alex_rice@arc.to>)
Ответы Re: oids vs. serial question
Список pgsql-general
> as far as I understood the thing, take OIDs as 'internal' (they are
> unique all over all databases) and do not use them to organize your
> data.

I think that sums it up nicely.

> Is SERIAL still INT4 in v7.2?

Yes, but there's now a BIGSERIAL (or SERIAL8 if you prefer).

Greg


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

Предыдущее
От: "Gregory Wood"
Дата:
Сообщение: Re: alter table question
Следующее
От: "Gregory Wood"
Дата:
Сообщение: Re: Arrays in pgsql