> 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 ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster
- [GENERAL] Really Dumb Question...(Dumping db) Joseph Koenig
- Re: [GENERAL] Really Dumb Question...(Dumping db) John Madden
- Re: [GENERAL] Really Dumb Question...(Dumping d... Joseph Koenig
- Re: [GENERAL] Really Dumb Question...(Dumpi... John Madden
- Re: [GENERAL] Really Dumb Question...(Dumping db) Brent R. Matzelle
- Re: [GENERAL] Really Dumb Question...(Dumping db) Tim Frank
- Re: [GENERAL] Really Dumb Question...(Dumping d... Alvaro Herrera