C:\Program Files\pgAdmin III\1.14>pg_dump -U postgres -p 5432 -C -f c:\backup\db_2.dump db_1; pg_dump: [archiver (db)] connection to database "db_1;"
failed: coul d not connect to server: Connection refused (0x0000274D/10061) Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused (0x0000274D/10061) Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432? is it right excution process ,if it is yes 5432..? On Tue, Dec 16, 2014 at 9:25 PM, Adrian Klaver <adrian.kla...@aklaver.com> wrote: > > On 12/16/2014 07:52 AM, Ramesh T wrote: > CCing list. > > 1. >> -bash-4.1$ pg_dump -C -Fp -f C:\backup\db_1.dump db_2 >> >> how to export and where i can save export file >> > > Per my previous post: > > > That would depend on where your Postgres server is relative to the c:\ > drive. > > >> >> >> > > -- > Adrian Klaver > adrian.kla...@aklaver.com >