psql --csv and other parameters

From: Erik Rijkers <er(at)xs4all(dot)nl>
To: pgsql-hackers(at)postgresql(dot)org
Subject: psql --csv and other parameters
Date: 2018-11-28 07:09:10
Message-ID: 982d52c5ae2bd9fa9878d223da9e0f1f@xs4all.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I don't know if this really is a bug but it seems wrong to me:

psql -A --csv -Xc "select * from pg_namespace order by 1"

gives a difference result than

psql --csv -A -Xc "select * from pg_namespace order by 1"

I would say both should give the same result, and
that result should be the same as from:

psql --csv -Xc "select * from pg_namespace order by 1"

Thanks,

Erik Rijkers

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ideriha, Takeshi 2018-11-28 07:12:51 RE: idle-in-transaction timeout error does not give a hint
Previous Message Etsuro Fujita 2018-11-28 06:25:34 Unnecessary asterisk in comment in postgres_fdw.c