Re: BUG #16005: cannot use \d to get description of table - Mailing list pgsql-bugs

From Alvaro Herrera
Subject Re: BUG #16005: cannot use \d to get description of table
Date
Msg-id 20190912124135.GA23964@alvherre.pgsql
Whole thread Raw
In response to BUG #16005: cannot use \d to get description of table  (PG Bug reporting form <noreply@postgresql.org>)
List pgsql-bugs
On 2019-Sep-12, PG Bug reporting form wrote:

> I just upgraded from 11 to 12betav3 in one of my test environments.
> Whenever I try to get description of a table with \d I'm getting the
> following error :  
> postgres=# \d backup
> 2019-09-12 15:35:11.165 IDT [27877] ERROR:  column c.relhasoids does not
> exist at character 121

That's right ... psql v11 is not able to interpret your v12 server's
catalog.  You can use psql from v12.  This is not a bug.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #16005: cannot use \d to get description of table
Next
From: Magnus Hagander
Date:
Subject: Re: BUG #16003: pg_basebackup failed with error : directory "xxxxxxx"exists but is not empty