Re: pg_dump

Поиск
Список
Период
Сортировка
От Ramesh T
Тема Re: pg_dump
Дата
Msg-id CAK8Zd=vWY8CQmz=mQFiv6_F-6tW0PtoBnVnVTRL7m0XghJCiAw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pg_dump  (Adrian Klaver <adrian.klaver@aklaver.com>)
Список pgsql-general

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.klaver@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.klaver@aklaver.com

В списке pgsql-general по дате отправления:

Предыдущее
От: Ramesh T
Дата:
Сообщение: pg_dump
Следующее
От: harpagornis
Дата:
Сообщение: Re: SSL Certificates in Windows 7 & Postgres 9.3