Re: OID Usage

Поиск
Список
Период
Сортировка
От Bo Lorentsen
Тема Re: OID Usage
Дата
Msg-id 41E811D4.8040403@netgroup.dk
обсуждение исходный текст
Ответ на Re: OID Usage  (Michael Fuhr <mike@fuhr.org>)
Ответы Re: OID Usage  (Michael Fuhr <mike@fuhr.org>)
Re: OID Usage  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-general
Michael Fuhr wrote:

>You could query the system catalogs for the table's primary key,
>either on the client side or in a server-side function.  The
>pg_attrdef table even has the default value's nextval() expression
>with the sequence name, which could be converted into a currval()
>call.
>
>
This is not a bad ideer, I will take a look in the "pg_attrdef" table to
see what I can find, and some good caching may help alot too :-)

But, does this mean that the oid sollution I have decriped (and
implimentet) have some unknown problems, or will oid's become obsolete
in the near future ?

/BL

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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: [HACKERS] Much Ado About COUNT(*)
Следующее
От: Bo Lorentsen
Дата:
Сообщение: Re: OID Usage