RE: Maintenance

From: "Rainer Mager" <rmager(at)vgkk(dot)co(dot)jp>
To: <pgsql-admin(at)postgresql(dot)org>
Subject: RE: Maintenance
Date: 2000-04-18 00:48:03
Message-ID: NEBBJBCAFMMNIHGDLFKGIEMHCAAA.rmager@vgkk.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I've always done it by:

pg_dump .... [enter]
<blindly type username [enter] password [enter]>

This works for me with the note that the dump file now has my username and
password at the top of it.

--Rainer

> -----Original Message-----
> From: pgsql-admin-owner(at)hub(dot)org
> [mailto:pgsql-admin-owner(at)hub(dot)org]On Behalf Of Raul Carvalho
> Sent: Tuesday, April 18, 2000 4:21 AM
> To: Maarten Boekhold
> Cc: pgsql-admin(at)postgresql(dot)org
> Subject: Re: [ADMIN] Maintenance
>
>
>
> Oh, I also tryed some of these:
>
> (echo "user\n"; echo "password\n") | pg_dump.....
> echo "user\npassword\n" | .....
>
>
> It doesn't seem to work, though...
>
> Raul Miguel Pinheiro de Carvalho
> ISR - Instituto de Sistemas e Robotica, Porto
> e-mail: rmpc(at)fe(dot)up(dot)pt

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Vladimir V. Zolotych 2000-04-18 07:05:51 sequence
Previous Message Raul Carvalho 2000-04-17 19:20:53 Re: Maintenance