> -----Original Message-----
> From: Florian G. Pflug [mailto:fgp@phlo.org]
> Sent: 09 December 2005 01:15
> To: Dave Page
> Cc: Andreas Pflug; pgadmin-hackers
> Subject: Re: [pgadmin-hackers] Schema bug
>
> Hm.. couldn't it check the system-schemas by name instead - so, saying
> "it's a non-system schema if it isn't called information_schema or
> pg_catalog", instead of "it's a system-schema if oid <
> LAST_SYSTEM_OID
> and name is not public"? Or are there other system schemas I
> don't know
> of (quite possible ;-) )?
Probably - but it's more of a future-proofing kinda thing. Pretty weak
argument though...
/D