last built-in oid

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Pgsql-Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: last built-in oid
Date: 2000-11-24 03:27:19
Message-ID: NEBBIOAJBMEENKACLNPCAEJBCCAA.chriskl@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2000-11-24 03:41:34 RE: last built-in oid
Previous Message Tom Lane 2000-11-24 01:32:55 Re: Re: RE: [COMMITTERS] pgsql/src/backend/access/transam ( xact.c xlog.c)