Re: pg_dumps - Mailing list pgsql-admin

From Anis W. Nugroho
Subject Re: pg_dumps
Date
Msg-id 20031011211917.36091.qmail@gawab.com
Whole thread Raw
In response to pg_dumps  ("Pichelman, Scott" <scott.pichelman@berbee.com>)
List pgsql-admin
Hi Scott,

You don't need to host and port argument because you are on the
local system. Just type
    pg_dump admin > holt_admin_db.dump

If you need to use TCP/IP connection, you must ever tweak .conf
files in the directory /var/lib/pgsql/data to enable port 5432
for that purpose.

To do that you must login/su using root account.

Good luck,
Anis WN
________________________________
15 Mbytes Free Web-based and  POP3
Sign up now: http://www.gawab.com

pgsql-admin by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: data restore
Next
From: "Anis W. Nugroho"
Date:
Subject: Re: pg_dumps