Re: help for postgreSQL in shell - Mailing list pgsql-docs

From Ian Barwick
Subject Re: help for postgreSQL in shell
Date
Msg-id 200304032319.01918.barwick@gmx.net
Whole thread Raw
In response to help for postgreSQL in shell  ("rx" <rong.xie@stud.tu-muenchen.de>)
List pgsql-docs
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@gmx.net


pgsql-docs by date:

Previous
From: "rx"
Date:
Subject: help for postgreSQL in shell
Next
From: Peter Eisentraut
Date:
Subject: Re: sgmltools don't work here