relid of non user created tables

Поиск
Список
Период
Сортировка
От Deepak S
Тема relid of non user created tables
Дата
Msg-id BLU182-W1324282C89C35B486560BFD3390@phx.gbl
обсуждение исходный текст
Ответы Re: relid of non user created tables
Список pgsql-hackers
Hi, I find that the relid of tables in all user created databases are having a value greater than 10,000 while the non user created tables produces a relid of value less than 10,000. 

For eg., the query transformed from the meta command "\dt" or "\l" gave me 'relid' values like 2615, 1259 and 1262 whereas a query to a table created by me gave 'relids' like 18414, 16565.

I wish to know if it is safe to assume that non user created tables always have a relid of less than 10,000 (I chose this value after trial and error).

Kindly reply.

Thanks
Deepak

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