Re: psql man page error? - Mailing list pgsql-docs

From Tom Lane
Subject Re: psql man page error?
Date
Msg-id 26001.1165418274@sss.pgh.pa.us
Whole thread Raw
In response to Re: psql man page error?  (Bruce Momjian <bruce@momjian.us>)
Responses Re: psql man page error?  (Bruce Momjian <bruce@momjian.us>)
List pgsql-docs
Bruce Momjian <bruce@momjian.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

pgsql-docs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: psql man page error?
Next
From: Bruno Wolff III
Date:
Subject: Re: psql man page error?