Re: Changing the continuation-line prompt in psql? - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Changing the continuation-line prompt in psql?
Date
Msg-id 1304175573.14017.0.camel@vanquo.pezone.net
Whole thread Raw
In response to Re: Changing the continuation-line prompt in psql?  (Greg Stark <gsstark@mit.edu>)
Responses Re: Changing the continuation-line prompt in psql?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On fre, 2011-04-29 at 19:06 +0100, Greg Stark wrote:
> I would second this precise interest. It really annoys me more often
> than anything else that when I try to copy/paste an sql query I need
> to copy each line one by one. It would be different from MySql but I
> think it would be even clearer to the user:
> 
> postgres=> select 1,
> /*line 2:*/        2,
> /*line 3:*/        3;
>  ?column? | ?column? | ?column?
> ----------+----------+----------
>         1 |        2 |        3
> (1 row)

How about just making the continuation prompts empty then?



pgsql-hackers by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: Predicate locking
Next
From: Pavel Stehule
Date:
Subject: increasing collapse_limits?