Re: psql man page error?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-docs(at)postgresql(dot)org, Simon Riggs <simon(at)2ndquadrant(dot)com>
Subject: Re: psql man page error?
Date: 2006-12-06 15:17:54
Message-ID: 26001.1165418274@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Bruce Momjian <bruce(at)momjian(dot)us> writes:
> Peter Eisentraut wrote:
>> Which is correct. Removing the \\ alters the point of the example.

> Well, if it doesn't render \\ at the end of the line, the example isn't
> very clear unless you are looking at the SGML.

No, you've completely misunderstood the original example. It's
intending to show a backslash-backslash terminator for the \x command,
not two lines of input, ie the equivalent of this:

regression=# \x \\ select 1,2;
Expanded display is on.
-[ RECORD 1 ]
?column? | 1
?column? | 2

regards, tom lane

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Bruno Wolff III 2006-12-06 15:26:46 Re: psql man page error?
Previous Message Bruce Momjian 2006-12-06 14:14:01 Re: psql man page error?