On Thu, Jan 17, 2002 at 06:59:18PM +0000, M.L.Bowman wrote:
> In Ingres I can check if the ingres superuser is the current userby using
>
> WHERE dbmsinfo('username') = dbmsinfo('dba')
>
> I can't find out how to do the equivalent in postgres. Can anyone help?
WHERE current_user=pg_get_userbyid(1)
> EXECUTE PROCEDURE f_one();
PERFORM f_one();
Good luck !
--
Holger Krug
hkrug(at)rationalizer(dot)com