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
|
- Re: [SQL] Capturing pgsql ERRORS/NOTICES to file George Weaver
- Re: [SQL] Capturing pgsql ERRORS/NOTICES to file Josh Berkus
- Re: [SQL] Capturing pgsql ERRORS/NOTICES to file George Weaver
- Re: [SQL] Capturing pgsql ERRORS/NOTICES to fil... Wei Weng
- Re: [SQL] Capturing pgsql ERRORS/NOTICES to... George Weaver