| From: | PG Bug reporting form <noreply(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-bugs(at)lists(dot)postgresql(dot)org |
| Cc: | pavlo(dot)golub(at)cybertec(dot)at |
| Subject: | BUG #16034: `\set ECHO all` doesn't work for \e command |
| Date: | 2019-10-02 15:47:45 |
| Message-ID: | 16034-a7ebf0622970a1dd@postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
The following bug has been logged on the website:
Bug reference: 16034
Logged by: Pavlo Golub
Email address: pavlo(dot)golub(at)cybertec(dot)at
PostgreSQL version: 11.5
Operating system: All
Description:
I want command sent to the server with \e command to be echoed to the
terminal. For this:
timetable=# \set ECHO all
timetable=# \e
version
--------------------------------------------------------------------------------------------------------
PostgreSQL 11.2 on x86_64-pc-mingw64, compiled by gcc.exe (Rev5, Built by
MSYS2 project) 4.9.2, 64-bit
(1 row)
timetable=#
Should it print out the query I've entered in the editor? The same situation
for `\set ECHO_HIDDEN on`
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2019-10-02 15:56:47 | Re: BUG #16034: `\set ECHO all` doesn't work for \e command |
| Previous Message | Miha Vrhovnik | 2019-10-02 15:40:35 | Re: BUG #16033: segmentation fault when runing update |