Re: saving a query and reults to a file. - Mailing list pgsql-novice

From A. Kretschmer
Subject Re: saving a query and reults to a file.
Date
Msg-id 20051129194708.GA20106@webserv.wug-glas.de
Whole thread Raw
In response to Re: saving a query and reults to a file.  (Oliver Elphick <olly@lfix.co.uk>)
Responses Re: saving a query and reults to a file.  (Oliver Elphick <olly@lfix.co.uk>)
List pgsql-novice
am  29.11.2005, um 18:38:50 +0000 mailte Oliver Elphick folgendes:
> On Tue, 2005-11-29 at 11:35 -0500, T. Lackey wrote:
> > Is there an easy way to save a series of queries and query results to
> > a single file like /tee in MySQL?  I am running version 8.-beta4 on
> > windows XP.
>
> In psql:
>
> \o output_file_name
> ...various queries...
> \o

This isn't the right answer. \o redirect _only_ query results to the
file, not the queries.

And yes, i don't know the answer.


Andreas
--
Andreas Kretschmer    (Kontakt: siehe Header)
Heynitz:  035242/47212,      D1: 0160/7141639
GnuPG-ID 0x3FFF606C http://wwwkeys.de.pgp.net
 ===    Schollglas Unternehmensgruppe    ===

pgsql-novice by date:

Previous
From:
Date:
Subject: Re: postgres database file location
Next
From: Oliver Elphick
Date:
Subject: Re: saving a query and reults to a file.