Re: redirecting query statement and output to a marked up file, using psql - Mailing list pgsql-general

From Bosco Rama
Subject Re: redirecting query statement and output to a marked up file, using psql
Date
Msg-id 4D49C35C.2000900@boscorama.com
Whole thread Raw
In response to redirecting query statement and output to a marked up file, using psql  (Wim Bertels <wim.bertels@khleuven.be>)
Responses Re: redirecting query statement and output to a marked up file, using psql  (Wim Bertels <wim.bertels@khleuven.be>)
List pgsql-general
Wim Bertels wrote:
>
> --user2
> SET SESSION AUTHORIZATION user2;
> \pset format latex
> \echo ECHO queries
> \o report/test_user2.tex
> \i structure/test_user2.sql
> "
>
> This doenst seem to work,
> as the ECHO queries output isnt written to the file (test_user2.tex)

Actions are performed as they are encountered so put the \echo *after* the
\o, like this:

   SET SESSION AUTHORIZATION user2;
   \pset format latex
   \o report/test_user2.tex
   \echo ECHO queries
   \i structure/test_user2.sql

HTH,
Bosco.

pgsql-general by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: Database Design Question
Next
From: Yves Weißig
Date:
Subject: effective_io_concurrency