Re: Really Dumb Question...(Dumping db) - Mailing list pgsql-general

From John Madden
Subject Re: Really Dumb Question...(Dumping db)
Date
Msg-id Pine.LNX.4.21.0103201708350.13998-100000@avenir.dhs.org
Whole thread Raw
In response to Really Dumb Question...(Dumping db)  (Joseph Koenig <joe@jwebmedia.com>)
List pgsql-general
> All I want to do is dump the db, which should be easy, right? If I do:
> pg_dump -u worldwide > worldwide.pgdump

pg_dump, with the -u, expects you to enter your username/password to
stdin or something.  (guys, print the prompts to STDERR instead?)  The
problem is that stdout is redirected into your file there, so you don't
see the username/password prompts.

John



pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Re: Migrating from MS SQL 7
Next
From: Joseph Koenig
Date:
Subject: Re: Really Dumb Question...(Dumping db)