BUG #16779: psql -e not showing queries

Started by PG Bug reporting formover 5 years ago3 messagesbugs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

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?

In reply to: PG Bug reporting form (#1)
Re: BUG #16779: psql -e not showing queries

Hello

psql -e isn't showing queries for \d commands.

Did you mean psql -E ? These are different parameters.

regards, Sergei

#3Colin 't Hart
colinthart@gmail.com
In reply to: Sergei Kornilov (#2)
Re: BUG #16779: psql -e not showing queries

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:

Show quoted text

Hello

psql -e isn't showing queries for \d commands.

Did you mean psql -E ? These are different parameters.

regards, Sergei