On 01/24/2018 10:17 AM, KAWAMICHI Ryoji wrote:
> test=# select '
> test'# quit
> Use \q to quit or press control-C to clear the input buffer.
> test'# ' from t;
>  ?column? 
> ----------
>          +
>  quit    +
>  
> (1 row)

> test=# select '
> test'# \q
> test'# ' from t;
>  ?column? 
> ----------
>          +
>  \q      +
>  
> (1 row)

I haven't applied the patch, but what happens if you combine these?
>From your examples, I would imagine something like this:

test=# select '
test'# quit
Use \q to quit or press control-C to clear the input buffer.
test'# \q
test'#

Surely that's not helpful.
-- 
Vik Fearing                                          +33 6 46 75 15 36
http://2ndQuadrant.fr     PostgreSQL : Expertise, Formation et Support

Reply via email to