Re: BUG #12129: questions on exporting data from a database

From: Matheus de Oliveira <matioli(dot)matheus(at)gmail(dot)com>
To: rseshadr(at)uncc(dot)edu
Cc: pgsql-bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #12129: questions on exporting data from a database
Date: 2014-12-04 14:14:57
Message-ID: CAJghg4JMspGkJCwUxSeuZ9aZHBXKvhvC7zSAZy4x=jhe+SSG6w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Wed, Dec 3, 2014 at 9:31 PM, <rseshadr(at)uncc(dot)edu> wrote:

> C:\Program Files (x86)\pgAdmin III\1.18\pg_dump.exe --host 172.29.131.1
> --port 5432 --username "waverly" --no-password --format tar --verbose
> --file "C:\Users\Niner\Documents\RTAC 3505 BACKUP.backup" "3530"
>

That is not a bug at all. It should be reported in -admin list.

You are given "--no-password" option but your pg_hba.conf is probably not
accepting non-password methods. Just remove this argument and pg_dump will
prompt you for the password in the terminal.

Regards,
--
Matheus de Oliveira
Analista de Banco de Dados
Dextra Sistemas - MPS.Br nível F!
www.dextra.com.br/postgres

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Leonard Meyer 2014-12-04 14:44:28 Infinite waitOnLock
Previous Message hubert depesz lubaczewski 2014-12-04 14:09:00 Re: BUG #12129: questions on exporting data from a database