> -----Original Message-----
> From: Andreas Pflug [mailto:pgadmin(at)pse-consulting(dot)de]
> Sent: 27 July 2004 16:16
> To: Dave Page
> Cc: Vitaly Belman; pgadmin-hackers(at)postgresql(dot)org
> Subject: Re: [pgadmin-hackers] [pgadmin-support] Schemas
> causing problems :(
>
> Complicated.
> Before trying to suppress the schema, I'm checking for any
> duplicate type names now. If so, schema is always emitted. In
> your sample:
> pg_catalog.text and public.text.
OK, that should work as well. Probably safer too I guess, though it is
vaguely possible that a schema name be unnecessarily included - a small
price to pay.
/D