Received: from localhost (maia-3.hub.org [200.46.204.184]) by postgresql.org (Postfix) with ESMTP id BDC7A9F9F66 for ; Wed, 6 Dec 2006 07:04:31 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.184]) (amavisd-new, port 10024) with ESMTP id 47247-04 for ; Wed, 6 Dec 2006 07:04:27 -0400 (AST) X-Greylist: from auto-whitelisted by SQLgrey-1.7.4 Received: from gauss.credativ.com (ipx11302.ipxserver.de [212.112.227.254]) by postgresql.org (Postfix) with ESMTP id 398149F93E2 for ; Wed, 6 Dec 2006 07:04:31 -0400 (AST) Received: from bell.credativ.de (p50896577.dip.t-dialin.net [80.137.101.119]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by gauss.credativ.com (Postfix) with ESMTP id 7C22AD7603; Wed, 6 Dec 2006 12:04:19 +0100 (CET) From: Peter Eisentraut To: pgsql-docs@postgresql.org Subject: Re: psql man page error? Date: Wed, 6 Dec 2006 12:03:57 +0100 User-Agent: KMail/1.9.5 Cc: Bruce Momjian , Simon Riggs References: <200612051741.kB5Hf0x06888@momjian.us> In-Reply-To: <200612051741.kB5Hf0x06888@momjian.us> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200612061203.59008.peter_e@gmx.net> X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200612/16 X-Sequence-Number: 3939 Am Dienstag, 5. Dezember 2006 18:41 schrieb Bruce Momjian: > psql, like this: echo "\x \\ > select * from foo;" | psql. > > and I suppose the asumption was that the \\ would be at the end of the > output line, but in fact both HTML and manual pages just put the \\ > anywhere on the line. Which is correct. Removing the \\ alters the point of the example. -- Peter Eisentraut http://developer.postgresql.org/~petere/