relid of non user created tables - Mailing list pgsql-hackers

From Deepak S
Subject relid of non user created tables
Date
Msg-id BLU182-W1324282C89C35B486560BFD3390@phx.gbl
Whole thread Raw
Responses Re: relid of non user created tables  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: Re: Parallel Seq Scan
Next
From: Pavel Stehule
Date:
Subject: Re: Providing catalog view to pg_hba.conf file - Patch submission