psql --csv and other parameters

Поиск
Список
Период
Сортировка
От Erik Rijkers
Тема psql --csv and other parameters
Дата
Msg-id 982d52c5ae2bd9fa9878d223da9e0f1f@xs4all.nl
обсуждение исходный текст
Ответы Re: psql --csv and other parameters  ("Daniel Verite" <daniel@manitou-mail.org>)
Список 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 по дате отправления:

Предыдущее
От: Etsuro Fujita
Дата:
Сообщение: Unnecessary asterisk in comment in postgres_fdw.c
Следующее
От: "Ideriha, Takeshi"
Дата:
Сообщение: RE: idle-in-transaction timeout error does not give a hint