Re: print statements? - Mailing list pgsql-novice

From Brandon Aiken
Subject Re: print statements?
Date
Msg-id F8E84F0F56445B4CB39E019EF67DACBA40192C@exchsrvr.winemantech.com
Whole thread Raw
In response to print statements?  (tlm <tlm1905@gmail.com>)
List pgsql-novice

The easiest method would be to write the script using PHP, Perl, or similar.  That would allow everything to be in one transaction while still allowing you to do output and things like exception handling.

 

--

Brandon Aiken

CS/IT Systems Engineer


From: pgsql-novice-owner@postgresql.org [mailto:pgsql-novice-owner@postgresql.org] On Behalf Of tlm
Sent: Tuesday, December 19, 2006 8:35 AM
To: pgsql-novice@postgresql.org
Subject: [NOVICE] print statements?

 

[ 2nd try ]

Hi.  I have an automated script that essentially feeds a long sequence of  SQL statements to psql, as a single transaction.  For debugging purposes, I would like to insert the equivalent of print statements (to write messages to stdout, stderr, or maybe some pre-specified log file) at various points in this sequence.  How is this done?

Thanks!

tlm

pgsql-novice by date:

Previous
From: tlm
Date:
Subject: print statements?
Next
From: Andreas Kretschmer
Date:
Subject: Re: print statements?