psql --csv and other parameters - Mailing list pgsql-hackers

From Erik Rijkers
Subject psql --csv and other parameters
Date
Msg-id 982d52c5ae2bd9fa9878d223da9e0f1f@xs4all.nl
Whole thread Raw
Responses Re: psql --csv and other parameters
List 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




pgsql-hackers by date:

Previous
From: Etsuro Fujita
Date:
Subject: Unnecessary asterisk in comment in postgres_fdw.c
Next
From: "Ideriha, Takeshi"
Date:
Subject: RE: idle-in-transaction timeout error does not give a hint