Re: Help - Mailing list pgsql-docs

From Andrej
Subject Re: Help
Date
Msg-id AANLkTimWM=HUGEpOBpKOsz0ggsojm-PVB69tEOx2iKn0@mail.gmail.com
Whole thread Raw
In response to Help  (rikard wallen <rikardwallen@googlemail.com>)
List pgsql-docs
On 15 March 2011 07:57, rikard wallen <rikardwallen@googlemail.com> wrote:
> How do I find the information about my postgresql such as: server, database
> user, port, password
> thank you

Most commonly that will be
server = the machine you installed postgres on
port    = postgres' default 5432 unless you changed it on installation
user   = the user account that owns the database in question
password = the password you assigned to that user



Cheers,
Andrej

pgsql-docs by date:

Previous
From: rikard wallen
Date:
Subject: Help
Next
From: Bruce Momjian
Date:
Subject: Re: explaining "context" column of pg_settings