last built-in oid - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject last built-in oid
Date
Msg-id NEBBIOAJBMEENKACLNPCAEJBCCAA.chriskl@familyhealth.com.au
Whole thread Raw
Responses Re: last built-in oid  (Philip Warner <pjw@rhyme.com.au>)
List pgsql-hackers
Hi,

What is the current way of getting the last built-in oid?

I looked at the source of pg_dump, and it does this:

SELECT datlastsysoid from pg_database where datname = 'dbname'

But as far as I can tell, the datlastsysoid field does not exist in
pg_database.

What gives?

--
Christopher Kings-Lynne
Family Health Network (ACN 089 639 243)



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Re: RE: [COMMITTERS] pgsql/src/backend/access/transam ( xact.c xlog.c)
Next
From: Philip Warner
Date:
Subject: Re: last built-in oid