Re:

From: Holger Krug <hkrug(at)rationalizer(dot)com>
To: "M(dot)L(dot)Bowman" <M(dot)L(dot)Bowman(at)ukc(dot)ac(dot)uk>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re:
Date: 2002-01-17 19:37:47
Message-ID: 20020117203747.A7417@dev12.rationalizer.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

In response to

  • at 2002-01-17 18:59:18 from M.L.Bowman

Browse pgsql-general by date

  From Date Subject
Next Message Neil Conway 2002-01-17 20:09:18 Re: Is It Too Big ? - Customer Data Warehouse Growth
Previous Message Frank Bax 2002-01-17 19:36:36 Re: