Re: Not so happy with psql's new multiline behavior - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Not so happy with psql's new multiline behavior
Date
Msg-id 20060304214149.GI13230@surnet.cl
Whole thread Raw
In response to Not so happy with psql's new multiline behavior  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:
> Has anyone else been finding the recent behavior of CVS-tip psql
> to be a disimprovement?

Another minor issue is that \s doesn't show copy-pastable things.

For example:

alvherre=# select 1
alvherre-# union all
alvherre-# select 2;?column? 
----------       1       2
(2 rows)

alvherre=# \s
select 1union allselect 2;


I imagine this is just a matter of translating the line separator
character into true newlines.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: heaptuple over the network
Next
From: Tom Lane
Date:
Subject: Re: Not so happy with psql's new multiline behavior