Re: What is statement ID of table?

Поиск
Список
Период
Сортировка
От A. Kretschmer
Тема Re: What is statement ID of table?
Дата
Msg-id 20091011143637.GA28563@a-kretschmer.de
обсуждение исходный текст
Ответ на What is statement ID of table?  (Jignesh Shah <jignesh.shah1980@gmail.com>)
Ответы Re: What is statement ID of table?
Список pgsql-general
In response to Jignesh Shah :
> Hi,
>  
> Could any one please tell me what is statement ID of table?

There isn't such ID, but every table has an OID, an Object Identifier.


> How to get it and

The (hidden) column "oid" of pg_class contains this OID.


> in which scenarios it can be helpful? Any documentation or example about

I think, you don't need this, it is only for internal.

http://www.postgresql.org/docs/8.4/interactive/datatype-oid.html


Regards, Andreas
--
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47150,   D1: 0160/7141639 (mehr: -> Header)

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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: Convert DECIMAL MySql field to PostGre. How?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Convert DECIMAL MySql field to PostGre. How?