Re: Database superuser - Mailing list pgsql-general

From Oliver Elphick
Subject Re: Database superuser
Date
Msg-id 1040396741.1311.26.camel@linda.lfix.co.uk
Whole thread Raw
In response to Database superuser  (javier garcia <andresjavier.garcia@wanadoo.es>)
List pgsql-general
On Thu, 2002-12-19 at 17:11, javier garcia wrote:
> Hi all;
> I think these are absolutly basic question:
>
> I guess every database can have a different super user. Isn't it?

No.  Normally, users are defined once for the whole set of databases
handled by one postmaster (one $PGDATA directory).  Superuser authority
attaches to the user alone.

There is a new facility in 7.3 to define per-database users, but it is
turned off by default.  (The GUC name is DB_USER_NAMESPACE; see admin
manual 3.4.4.)

> Other question is: how can I know how is the superuser of a database?

SELECT usename FROM pg_user WHERE usesuper;

--
Oliver Elphick                                Oliver.Elphick@lfix.co.uk
Isle of Wight, UK                             http://www.lfix.co.uk/oliver
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839  932A 614D 4C34 3E1D 0C1C
                 ========================================
     "And she shall bring forth a son, and thou shall call
      his name JESUS; for he shall save his people from
      their sins."            Matthew 1:21


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Unable to format timestamp with time zone; internal coding error
Next
From: Tom Lane
Date:
Subject: Re: Problems with lower('Å')