|
|||||||||||
|
Re: [GENERAL] how to redirect output to a file
From: A. Kretschmer <andreas.kretschmer(at)schollglas.com>
Date: Thu Dec 06 2007 - 08:22:43 EST
within psql you can use \o <filename>, from the shell you can use this: kretschmer@pegasus:~$ echo "select now()" | psql test > now.txt kretschmer@pegasus:~$ cat now.txt now 2007-12-06 14:21:58.963405+01 (1 row) Regards, Andreas -- Andreas Kretschmer Kontakt: Heynitz: 035242/47150, D1: 0160/7141639 (mehr: -> Header) GnuPG-ID: 0x3FFF606C, privat 0x7F4584DA http://wwwkeys.de.pgp.net ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanlyReceived on Thu Dec 6 08:31:06 2007 This archive was generated by hypermail 2.1.8 : Mon Jun 16 2008 - 21:29:22 EDT |
||||||||||
|
|||||||||||