Thread
-
BUG #16779: psql -e not showing queries
PG Bug reporting form <noreply@postgresql.org> — 2020-12-18T08:39:09Z
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? -
Re: BUG #16779: psql -e not showing queries
Sergei Kornilov <sk@zsrv.org> — 2020-12-18T09:07:45Z
Hello > psql -e isn't showing queries for \d commands. Did you mean psql -E ? These are different parameters. regards, Sergei
-
Re: BUG #16779: psql -e not showing queries
Colin 't Hart <colinthart@gmail.com> — 2020-12-18T20:18:01Z
Yes, sorry. I realised almost immediately after reporting this but couldn't find a way to retract it. 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 >