Re: Really Dumb Question...(Dumping db)

From: Joseph Koenig <joe(at)jwebmedia(dot)com>
To: John Madden <weez(at)freelists(dot)org>
Cc: "'PostgreSQL-general'" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Really Dumb Question...(Dumping db)
Date: 2001-03-20 22:20:39
Message-ID: 3AB7D7B8.327DED2A@jwebmedia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

ok, makes sense, so how would I get around it? Thanks,

Joe

John Madden wrote:
>
> > 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Frank Joerdens 2001-03-20 23:03:49 Re: RE: finding and removing a constraint...
Previous Message Matthew 2001-03-20 22:20:15 RE: Real 7.1