> -----Original Message-----
> From: Oisin Glynn [mailto:me@oisinglynn.com]
> Sent: 01 March 2005 02:35
> To: Dave Page; Dave Lazar; pgadmin-support@postgresql.org
> Subject: Re: [pgadmin-support] Hiding built-in functions
>
> It would be nice to have thse broken out or sperated into
> user and system
> functions
As I said, there is no was to tell the difference between a function
from a contrib module, or one created by you. The true system functions
(and other objects) are in the pg_catalog schema which is hidden away by
default.
> or for pgAdminIII to allow you to create
> organisational folders
> within its tree view.
Why not just create a separate schema for each logical part of your
system?
Regards Dave