Re: BUG #14374: psql.exe command options \dtvs produces a database list, not table/view/sequences.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #14374: psql.exe command options \dtvs produces a database list, not table/view/sequences.
Дата
Msg-id 4029.1476727383@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #14374: psql.exe command options \dtvs produces a database list, not table/view/sequences.  (anup.saund@gmail.com)
Список pgsql-bugs
anup.saund@gmail.com writes:
> Running the same command after installing 9.6.0 would give a list a
> databases, not tables/views/sequences.

> .\9.6\bin\psql.exe  -ltU postgres -p 5433 -h localhost -d dellstore2 -c
> "\dtvs""

I don't think this is a bug.  -l is documented as "list available
databases, then exit".  It's not specified whether that takes preference
over -c or not.  The changes in 9.6 to make -c act more like -f evidently
caused it to not take precedence over -l anymore, and that seems fine
from here.

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: anup.saund@gmail.com
Дата:
Сообщение: BUG #14374: psql.exe command options \dtvs produces a database list, not table/view/sequences.
Следующее
От: son102yh@yahoo.ca
Дата:
Сообщение: BUG #14375: ODBC driver SQLDescibeCol always returns the column size 28