public inbox for [email protected]
help / color / mirror / Atom feedFrom: Ian Barwick <[email protected]>
To: rx <[email protected]>
To: [email protected]
Subject: Re: help for postgreSQL in shell
Date: Thu, 3 Apr 2003 23:19:01 +0200
Message-ID: <[email protected]> (raw)
In-Reply-To: <004601c2f91d$f723c6c0$16e1f48a@IPSM7N>
References: <004601c2f91d$f723c6c0$16e1f48a@IPSM7N>
On Wednesday 02 April 2003 15:44, rx wrote:
> TuxFax:~ # echo "\x \\ select * from "Faxeingang";" | psql -U postgres data
Try:
echo "select * from \"Faxeingang\"" | psql -x -U postgres data
or
echo 'select * from "Faxeingang"' | psql -x -U postgres data
Please post this kind of question to the general or admin group,
it would be more appropriate there.
Ian Barwick
[email protected]
view thread (2+ messages)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: help for postgreSQL in shell
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox