BUG #12129: questions on exporting data from a database

From: rseshadr(at)uncc(dot)edu
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #12129: questions on exporting data from a database
Date: 2014-12-03 23:31:44
Message-ID: 20141203233144.2573.78561@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 12129
Logged by: Rohit Seshadri
Email address: rseshadr(at)uncc(dot)edu
PostgreSQL version: Unsupported/Unknown
Operating system: Windows 7
Description:

Hi,
I am trying to extract the data from a database and this is the error that I
get. It says that i have to enter a password but I don't know where to enter
the password. It would be very helpful if you could walk me through the
correct process to export the data from a database.

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"

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message dima 2014-12-04 06:43:46 BUG #12137: ORDER BY with expresion changes the output if added
Previous Message Tom Lane 2014-12-03 17:44:34 Re: ALTER TABLE documentation or parser bug