I am in the process of creating a batch file that will update some functions in a database for a remote user similar to:
 
psql -o output dbname < functionupdate.sql
 
Is there any way to save any ERROR and NOTICE messages to a file? 
 
The -o option doesn't capture this information.
 
Thanks,
George

Reply via email to