Re: [HACKERS] PGPASSWORD and client tools

2004-08-18 Thread Andrej Czapszys
Tom Lane wrote: It's deprecated because it's insecure, on platforms where other users can see the environment variables passed to pg_dump (which apparently is quite a few variants of Unix). You wouldn't pass the password on the command line either ... Painful as .pgpass may be for an admin tool, I

Re: [HACKERS] Transaction aborts on syntax error.

2004-02-09 Thread Andrej Czapszys
Gavin Sherry wrote: Its not that there's a rationale behind it. Rather, the existing error handling code *has* to abort the current transaction because an error has taken place. In a multi statement transaction block (ie, BEGIN; ...; ...; ... COMMIT;) each statement piggy backs on onto the whole