Re: proposal: alternative psql commands quit and exit
От | Vik Fearing |
---|---|
Тема | Re: proposal: alternative psql commands quit and exit |
Дата | |
Msg-id | 1f9ba8ed-0c16-5b9e-412f-f27769a6fb91@2ndquadrant.com обсуждение исходный текст |
Ответ на | Re: proposal: alternative psql commands quit and exit (KAWAMICHI Ryoji <kawamichi@tkl.iis.u-tokyo.ac.jp>) |
Ответы |
Re: proposal: alternative psql commands quit and exit
|
Список | pgsql-hackers |
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
В списке pgsql-hackers по дате отправления: