Re: BUG #16005: cannot use \d to get description of table

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: mariel(dot)cherkassky(at)gmail(dot)com, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #16005: cannot use \d to get description of table
Date: 2019-09-12 12:41:35
Message-ID: 20190912124135.GA23964@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Magnus Hagander 2019-09-12 13:27:02 Re: BUG #16003: pg_basebackup failed with error : directory "xxxxxxx" exists but is not empty
Previous Message PG Bug reporting form 2019-09-12 12:35:18 BUG #16005: cannot use \d to get description of table