Capturing all output from psql into a file

From: "Huy Do" <huy(at)travel(dot)com(dot)au>
To: <pgsql-novice(at)postgresql(dot)org>
Subject: Capturing all output from psql into a file
Date: 2000-12-20 05:37:12
Message-ID: NEBBIHDFCLBAILBDEADCIECHCAAA.huy@travel.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi,

I am doing this mass table creation (approx 600 tables) and then
mass dump of records into these tables (~900megs of flat files).

All the table creation and record copy is being done from a file
using \i sqlscript.txt.

How can I capture all the output which comes out from psql. I need
all the errors and not just the query result.

I have tried to use \o file.txt and \g file.txt but they only
seem to output the query result.

Many thanks.

Huy

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Tamsin 2000-12-20 09:07:50 RE: Capturing all output from psql into a file
Previous Message David Merrill 2000-12-20 05:03:59 generating uuids