| From: | Marc Herbert <Marc(dot)Herbert(at)continuent(dot)com> | 
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org | 
| Subject: | small pg_dump RFE: new --no-prompt (password) option | 
| Date: | 2006-11-30 19:52:35 | 
| Message-ID: | 20061130195235.GD8302@continuent.com | 
| Views: | Whole Thread | Raw Message | Download mbox | Resend email | 
| Thread: | |
| Lists: | pgsql-hackers | 
Hi there,
As discussed recently on the jdbc mailing-list in this "Backup in Java" thread
<http://thread.gmane.org/gmane.comp.db.postgresql.jdbc/12441/focus=12441>
there is a significant interest in doing backups in an
non-interactive, programmatic way. Reminder: AFAIK pg_dump is
currently the very unique reliable way to perform a backup. There is no
documented API or protocol to do this. Any program in any language is
stuck with "scripting" pg_dump.
When we implemented this scripting in Java we faced one major issue:
pg_dump may prompt for a password in a unpredictable way (depending on
the user misconfiguration). Taking care of this is surprisingly
complex.  The suggested --no-prompt would make scripting pg_dump
infinitely easier.  In case a password is needed, this option would
simply fail and return immediatly with an appropriate error message.
Or even better, with a well-defined return status.
Thanks in advance for considering this new feature!
Sincerely,
Marc.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Martijn van Oosterhout | 2006-11-30 20:25:57 | Re: Order of checking for readline support libraries | 
| Previous Message | ohp | 2006-11-30 18:33:06 | Re: little anoyance with configure |