Re: Using oids

Поиск
Список
Период
Сортировка
От Jonathan Bartlett
Тема Re: Using oids
Дата
Msg-id Pine.GSU.4.44.0309031257191.23907-100000@eskimo.com
обсуждение исходный текст
Ответ на Re: Using oids  (Malcolm Warren <malcolm@villeinitalia.com>)
Список pgsql-general
> If we are saying that there will always be backwards compatibility then I
> can sleep at night.
> If we are saying that at some point oids will exist no more then all of a
> sudden I am going to have to re-write an awful lot of code.

Why?  Couldn't you do alter table X add column oid int; alter table X
alter oid set default nextval('oids');  create sequence oids ...

Jon

>
> Malcolm Warren
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
>       subscribe-nomail command to majordomo@postgresql.org so that your
>       message can get through to the mailing list cleanly
>


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

Предыдущее
От: Jonathan Bartlett
Дата:
Сообщение: Re: Using oids
Следующее
От: Jonathan Bartlett
Дата:
Сообщение: Re: Using oids