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 ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly