BUG #15881: \d name_of_any_table_in_any_database produces ERROR
| От | PG Bug reporting form |
|---|---|
| Тема | BUG #15881: \d name_of_any_table_in_any_database produces ERROR |
| Дата | |
| Msg-id | 15881-6176e0af6b3a6cab@postgresql.org обсуждение |
| Ответы |
Re: BUG #15881: \d name_of_any_table_in_any_database produces ERROR
|
| Список | 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 по дате отправления: