X-Original-To: pgadmin-support@postgresql.org Received: from spampd.localdomain (postgresql.org [64.49.215.8]) by postgresql.org (Postfix) with ESMTP id B173A475D0F for ; Mon, 7 Apr 2003 13:53:48 -0400 (EDT) Received: from email03.aon.at (WARSL401PIP6.highway.telekom.at [195.3.96.93]) by postgresql.org (Postfix) with SMTP id 953BC474E42 for ; Mon, 7 Apr 2003 13:53:39 -0400 (EDT) Received: (qmail 347680 invoked from network); 7 Apr 2003 17:53:38 -0000 Received: from m160p029.dipool.highway.telekom.at (HELO cantor) ([62.46.9.253]) (envelope-sender ) by qmail3rs.highway.telekom.at (qmail-ldap-1.03) with SMTP for ; 7 Apr 2003 17:53:38 -0000 From: Manfred Koizar To: "rx" Cc: , Subject: Re: [GENERAL] Date: Mon, 07 Apr 2003 19:53:45 +0200 Message-ID: References: <008f01c2faa6$36ada520$16e1f48a@IPSM7N> In-Reply-To: <008f01c2faa6$36ada520$16e1f48a@IPSM7N> X-Mailer: Forte Agent 1.8/32.548 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-31.4 required=5.0 tests=BAYES_10,EMAIL_ATTRIBUTION,IN_REP_TO,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT_FORTE 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/29 X-Sequence-Number: 1325 On Fri, 4 Apr 2003 14:32:10 +0200, "rx" wrote: >TuxFax:~ # echo 'select * from "Faxeingang" where "Filename"=ddf.tif;'|psql VEIrx -U postgres >TuxFax:~ # echo 'select * from "Faxeingang" where "Filename"='ddf.tif';'|psql VEIrx -U postgres >[...] Rong, you have enumerated almost all combinations, except echo 'select * from "Faxeingang" where "Filename"='\''ddf.tif'\'';' ;-) Servus Manfred