Thread: BUG #16779: psql -e not showing queries
The following bug has been logged on the website: Bug reference: 16779 Logged by: Colin 't Hart Email address: colinthart@gmail.com PostgreSQL version: 13.1 Operating system: Ubuntu 20.04.1 LTS Description: Have installed the latest postgresl-client-13 from the PG APT repository. colin@echidna:~$ dpkg -l | grep postgresql-client ii postgresql-client-13 13.1-1.pgdg20.04+1 amd64 front-end programs for PostgreSQL 13 ii postgresql-client-common 223.pgdg20.04+1 all manager for multiple PostgreSQL client versions psql -e isn't showing queries for \d commands. Is this a known issue or regression?
Hello > psql -e isn't showing queries for \d commands. Did you mean psql -E ? These are different parameters. regards, Sergei
Yes, sorry. I realised almost immediately after reporting this but couldn't find a way to retract it.
Colin
Thanks,
Colin
On Fri, 18 Dec 2020 at 10:07, Sergei Kornilov <sk@zsrv.org> wrote:
Hello
> psql -e isn't showing queries for \d commands.
Did you mean psql -E ? These are different parameters.
regards, Sergei