Re: can I send execution log into a file.

From: Mage <mage(at)mage(dot)hu>
To: Pgsql-General <pgsql-general(at)postgresql(dot)org>
Subject: Re: can I send execution log into a file.
Date: 2005-05-05 11:56:51
Message-ID: 427A0A03.10509@mage.hu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Dinesh Pandey wrote:

> I am using Postgres. How can I send execution log into a file.
>
>
>
psql -o filename

I also recommend:

psql -H -e -o filename

Mage

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Sullivan 2005-05-05 12:18:38 Re: postgresql replication
Previous Message Dinesh Pandey 2005-05-05 11:39:26 can I send execution log into a file.