Command args user password

Поиск
Список
Период
Сортировка
От NosyMan
Тема Command args user password
Дата
Msg-id 200508151009.39496.nosyman@gmail.com
обсуждение исходный текст
Ответы Re: Command args user password  (Abhijit Menon-Sen <ams@oryx.com>)
Re: Command args user password  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Hi there,

What about a command line switch which allow the user to send password via
command line arg? For example:

./vacuumdb -U username -p password

This way vacuumdb can be run by cron without  "trust"-ing any user in
pg_hba.conf.

I have patched PostgreSQL 8.0.3 source to allow password as arg for:
vacuumdb, pg_dump and pg_restore. If anyone interested please reply.

Thanks,
NosyMan


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

Предыдущее
От: Eugen Nedelcu
Дата:
Сообщение: unsubscribe
Следующее
От: Stefan Kaltenbrunner
Дата:
Сообщение: Re: psql tab-complete and backslash patch