Re: Maintenance

Поиск
Список
Период
Сортировка
От Maarten Boekhold
Тема Re: Maintenance
Дата
Msg-id 38FAF591.EC748AD1@tibcofinance.com
обсуждение исходный текст
Ответ на Maintenance  (Raul Carvalho <rmpc@fe.up.pt>)
Ответы Re: Maintenance  (Raul Carvalho <rmpc@fe.up.pt>)
Список pgsql-admin

Raul Carvalho wrote:
>
>  Hello all,
>
>  I am having a problem regarding maintenance of my databases. I have four
> small db's and clients must use password autentication.
>
>  The problem is that when I try to pg_dump any of them, I don't know how
> can I pass username and password. Shouldn't there be a command line option
> to do this? Environment variables are very unconvenient...

echo "username\npassword" | pg_dump -u ....

>  The same problem regarding restoring the database. "cat xpto.dump | psql
> -e dbname" also asks for passwd...

echo "username\npassword" | psql -u -f xpto.dump ....

btw. if executing this from a script I find environment variables more
convenient.

Maarten

--

Maarten Boekhold, maarten.boekhold@tibcofinance.com
TIBCO Finance Technology Inc.
"Sevilla" Building
Entrada 308
1096 ED Amsterdam, The Netherlands
tel: +31 20 6601000 (direct: +31 20 6601066)
fax: +31 20 6601005
http://www.tibcofinance.com

В списке pgsql-admin по дате отправления:

Предыдущее
От: Raul Carvalho
Дата:
Сообщение: Maintenance
Следующее
От: Loïc TREGOUËT
Дата:
Сообщение: This Object side of postgresql