BUG #15881: \d name_of_any_table_in_any_database produces ERROR

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: cc(at)cj3(dot)cc
Subject: BUG #15881: \d name_of_any_table_in_any_database produces ERROR
Date: 2019-06-28 11:20:21
Message-ID: 15881-6176e0af6b3a6cab@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: 15881
Logged by: Cliff Campo
Email address: cc(at)cj3(dot)cc
PostgreSQL version: 12beta2
Operating system: Mac OS X 10.13.6
Description:

Using the 12beta2 version of postgres, the following error occurs:
LocalWeather=# \dS+ pg_stats
ERROR: column c.relhasoids does not exist
LINE 1: ...riggers, c.relrowsecurity, c.relforcerowsecurity, c.relhasoi...

^
OR
LocalWeather=# \d+ pg_stats
ERROR: column c.relhasoids does not exist
LINE 1: ...riggers, c.relrowsecurity, c.relforcerowsecurity, c.relhasoi...

^
OR
LocalWeather=# \d pg_stats
ERROR: column c.relhasoids does not exist
LINE 1: ...riggers, c.relrowsecurity, c.relforcerowsecurity, c.relhasoi...

^
OR
LocalWeather=# \dS pg_stats
ERROR: column c.relhasoids does not exist
LINE 1: ...riggers, c.relrowsecurity, c.relforcerowsecurity, c.relhasoi...

^
HOWEVER,
\d without specifying a table name works as expected.

AND, this problem does NOT occur on any of the previous versions (Postgres
10.4, 9.5.17, and 9.6.10) of postgres on my Mac OS X system.

Cliff Campo
cc(at)cj3(dot)cc
610-389-4972 (cell)

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Sergei Kornilov 2019-06-28 11:38:57 Re: BUG #15881: \d name_of_any_table_in_any_database produces ERROR
Previous Message PG Bug reporting form 2019-06-28 10:00:52 BUG #15880: ERROR: could not open extension control file "/usr/pgsql-11/share/extension/pgagent.control": No su