pgsql oid question

Поиск
Список
Период
Сортировка
От Reggie Burnett
Тема pgsql oid question
Дата
Msg-id 008b01c2b482$f02770e0$c600a8c0@endeavor
обсуждение исходный текст
Ответы Re: pgsql oid question  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
I have started experimenting with an access layer for pgsql and have a
question.  I had someone on this list tell me that the oid values that
come back from the server are tag identifiers for that row/column
combination and are not type indicators.  Yet, when I create multiple
tables/columns each having the same type (int32), the same oid keeps
being returned.

What am I not getting?  Can someone point me to a good overview of the
internals of PostgreSQL so that I can read up on this?  I have scanned
through the source but still do not have a clear picture.

Thanks
Reggie





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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Upgrading rant.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql oid question