Re: Hiding built-in functions
require($_SERVER['DOCUMENT_ROOT']."/includes/top_config.php");
?>
Re: Hiding built-in functions
> -----Original Message-----
> From: Oisin Glynn [mailto:me(at)oisinglynn(dot)com]
> Sent: 01 March 2005 02:35
> To: Dave Page; Dave Lazar; pgadmin-support(at)postgresql(dot)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
Home |
Main Index |
Thread Index