RE: 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: RE: last built-in oid
Date: 2000-11-24 03:41:34
Message-ID: NEBBIOAJBMEENKACLNPCGEJBCCAA.chriskl@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Ah. What about in 7.0.3 and below?

Basically this because I am attempting to select all built-in functions. I
would like it to be backwards compatible, if at all possible.

Chris

> -----Original Message-----
> From: Philip Warner [mailto:pjw(at)rhyme(dot)com(dot)au]
> Sent: Friday, November 24, 2000 11:47 AM
> To: Christopher Kings-Lynne; Pgsql-Hackers
> Subject: Re: [HACKERS] last built-in oid
>
>
> At 11:27 24/11/00 +0800, Christopher Kings-Lynne wrote:
> >
> >SELECT datlastsysoid from pg_database where datname = 'dbname'
> >
> >But as far as I can tell, the datlastsysoid field does not exist in
> >pg_database.
> >
>
> If you build from CVS and do an initdb, you will find datlastsysoid should
> exist...
>
>
> ----------------------------------------------------------------
> Philip Warner | __---_____
> Albatross Consulting Pty. Ltd. |----/ - \
> (A.B.N. 75 008 659 498) | /(@) ______---_
> Tel: (+61) 0500 83 82 81 | _________ \
> Fax: (+61) 0500 83 82 82 | ___________ |
> Http://www.rhyme.com.au | / \|
> | --________--
> PGP key available upon request, | /
> and from pgp5.ai.mit.edu:11371 |/
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Philip Warner 2000-11-24 03:47:04 Re: last built-in oid
Previous Message Christopher Kings-Lynne 2000-11-24 03:27:19 last built-in oid