On 15 March 2011 07:57, rikard wallen <[email protected]> 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 -- Sent via pgsql-docs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs
