X-Original-To: pgsql-docs@postgresql.org Received: from spampd.localdomain (postgresql.org [64.49.215.8]) by postgresql.org (Postfix) with ESMTP id 5662447633A for ; Thu, 3 Apr 2003 16:19:44 -0500 (EST) Received: from post.webmailer.de (natsmtp01.webmailer.de [192.67.198.81]) by postgresql.org (Postfix) with ESMTP id 570CE47631F for ; Thu, 3 Apr 2003 16:19:39 -0500 (EST) Received: from ianb.local (pD9EB1099.dip.t-dialin.net [217.235.16.153]) by post.webmailer.de (8.12.8/8.8.7) with ESMTP id h33LJdBG014451; Thu, 3 Apr 2003 23:19:39 +0200 (MEST) Content-Type: text/plain; charset="iso-8859-1" From: Ian Barwick To: "rx" , pgsql-docs@postgresql.org Subject: Re: help for postgreSQL in shell Date: Thu, 3 Apr 2003 23:19:01 +0200 X-Mailer: KMail [version 1.4] References: <004601c2f91d$f723c6c0$16e1f48a@IPSM7N> In-Reply-To: <004601c2f91d$f723c6c0$16e1f48a@IPSM7N> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200304032319.01918.barwick@gmx.net> X-Spam-Status: No, hits=-26.8 required=5.0 tests=BAYES_10,EMAIL_ATTRIBUTION,IN_REP_TO,RCVD_IN_NJABL, RCVD_IN_OSIRUSOFT_COM,REFERENCES,REPLY_WITH_QUOTES autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) X-Archive-Number: 200304/10 X-Sequence-Number: 1736 On Wednesday 02 April 2003 15:44, rx wrote: > TuxFax:~ # echo "\x \\ select * from "Faxeingang";" | psql -U postgres da= ta 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