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

From: anup(dot)saund(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #14374: psql.exe command options \dtvs produces a database list, not table/view/sequences.
Date: 2016-10-17 17:45:15
Message-ID: 20161017174515.1413.64018@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 14374
Logged by: Anup Saund
Email address: anup(dot)saund(at)gmail(dot)com
PostgreSQL version: 9.6.0
Operating system: Windows 7 (64bit)
Description:

SCREENSHOT OF OUTPUT
====================
https://dl.dropboxusercontent.com/u/312296/output.PNG

Test Scenario
=============
PostgreSQL - 9.4 was already installed.
Running the following command would produce an output as per the screenshot
above.

CD c:\Program Files\PostgreSQL

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

Issue
=====

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""

Also tested with PostgreSQL version 9.5 - that version does produce the same
output as 9.4.

Unfortunately, I cannot get the commands to work with 9.6.

I have read over the documentation but that specific section is suggesting
the same usage as 9.5/9.4.

Any help would be greatly appreciated.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2016-10-17 18:03:03 Re: BUG #14374: psql.exe command options \dtvs produces a database list, not table/view/sequences.
Previous Message Tom Lane 2016-10-17 13:42:13 Re: BUG #14344: string_agg(DISTINCT ..) crash