Re: [GENERAL] Logging ALL output from psql

2011-10-19 Thread Raymond O'Donnell
On 19/10/2011 22:10, Bobby Dewitt wrote: > I can not find a way to log ALL output from a psql session when running > a script. Basically, I'm running a large deployment script that has > thousands of SQL statements and I need to know which statements fail. I > want the output generated when runni

[GENERAL] Logging ALL output from psql

2011-10-19 Thread Bobby Dewitt
I can not find a way to log ALL output from a psql session when running a script. Basically, I'm running a large deployment script that has thousands of SQL statements and I need to know which statements fail. I want the output generated when running the script to be saved to a log file so tha