Re: Postgresql10 Bug report. (pg_catalog.pg_statistic_ext does not exist)

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: mark <dvlhntr(at)gmail(dot)com>
Cc: PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Postgresql10 Bug report. (pg_catalog.pg_statistic_ext does not exist)
Date: 2017-04-06 16:57:01
Message-ID: 20170406165701.vzurimfh4ytv5wdk@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

mark wrote:

> m=# create table mytable (myid serial, mytext text);
> CREATE TABLE
> m=# \d mytable
> ERROR: relation "pg_catalog.pg_statistic_ext" does not exist
> LINE 8: FROM pg_catalog.pg_statistic_ext stat WHERE starelid = '163...
> ^

Ah, what happens is you're using a new psql with a pre-10 server. Yeah,
this is a bug since psql is supposed to work fine with older servers
too. Thanks for the report, will fix.

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2017-04-06 16:59:16 Re: Implementation of SASLprep for SCRAM-SHA-256
Previous Message Tom Lane 2017-04-06 16:54:43 Re: Faster methods for getting SPI results (460% improvement)