Re: print statements? - Mailing list pgsql-novice

From Frank Bax
Subject Re: print statements?
Date
Msg-id 5.2.1.1.0.20061219162656.00a02a20@pop6.sympatico.ca
Whole thread Raw
In response to print statements?  (tlm <tlm1905@gmail.com>)
Responses Re: print statements?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-novice
At 08:35 AM 12/19/06, tlm wrote:
>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?


  select 'half way already?';


pgsql-novice by date:

Previous
From: "Chandra Sekhar Surapaneni"
Date:
Subject: Re: Getting a count from an update
Next
From: Russell Denney
Date:
Subject: CREATE ROLE