Re: help for postgreSQL in shell

From: Ian Barwick <barwick(at)gmx(dot)net>
To: "rx" <rong(dot)xie(at)stud(dot)tu-muenchen(dot)de>, pgsql-docs(at)postgresql(dot)org
Subject: Re: help for postgreSQL in shell
Date: 2003-04-03 21:19:01
Message-ID: 200304032319.01918.barwick@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers pgsql-docs pgsql-general

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
barwick(at)gmx(dot)net

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message frank_lupo 2003-04-04 06:39:20 RE: Question send modification
Previous Message Andreas Pflug 2003-04-03 18:50:39 Re: pgadmin3 query tools

Browse pgsql-docs by date

  From Date Subject
Next Message rx 2003-04-04 12:28:02 psql in shell
Previous Message Dennis Gearon 2003-04-03 19:16:55 Re: [GENERAL] Suggestion

Browse pgsql-general by date

  From Date Subject
Next Message Jason Hihn 2003-04-03 21:31:19 Re: Single Byte values
Previous Message Lonni J Friedman 2003-04-03 21:18:42 Re: unable to dump database, toast errors