Re: Assigning password to the superuser - Mailing list pgsql-general

From Tom Lane
Subject Re: Assigning password to the superuser
Date
Msg-id 29256.1113538891@sss.pgh.pa.us
Whole thread Raw
In response to Re: Assigning password to the superuser  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Forgot to mention: you might also want to think about setting up a
separate superuser account for the stats monitor.  Unlike Unix,
Postgres doesn't think there can be only one superuser.  The advantage
of this is (a) you can give it a separate password from what you
normally use, and (b) you can choose some less obvious name than
"postgres".

            regards, tom lane

pgsql-general by date:

Previous
From: "Uwe C. Schroeder"
Date:
Subject: Re: psql performance
Next
From: Joseph Shraibman
Date:
Subject: UNION messing up sorting WAS: psql performance