On 6/6/05, Dragan Matic <mlists(at)panforma(dot)co(dot)yu> wrote:> > Is there a way to check if user is a superuser for the given cluster?> Thanks in advance>
select usesuper from pg_user where usename = CURRENT_USER;
depesz