BUG #15881: \d name_of_any_table_in_any_database produces ERROR - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #15881: \d name_of_any_table_in_any_database produces ERROR
Date
Msg-id 15881-6176e0af6b3a6cab@postgresql.org
Whole thread Raw
Responses Re: BUG #15881: \d name_of_any_table_in_any_database produces ERROR
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      15881
Logged by:          Cliff Campo
Email address:      cc@cj3.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@cj3.cc
610-389-4972 (cell)


pgsql-bugs by date:

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