Re: [HACKERS] Postgresql10 Bug report. (pg_catalog.pg_statistic_extdoes not exist) - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: [HACKERS] Postgresql10 Bug report. (pg_catalog.pg_statistic_extdoes not exist)
Date
Msg-id 20170406165701.vzurimfh4ytv5wdk@alvherre.pgsql
Whole thread Raw
In response to [HACKERS] Postgresql10 Bug report. (pg_catalog.pg_statistic_ext does not exist)  (mark <dvlhntr@gmail.com>)
Responses Re: [HACKERS] Postgresql10 Bug report. (pg_catalog.pg_statistic_ext does not exist)
List 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



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Faster methods for getting SPI results (460% improvement)
Next
From: Heikki Linnakangas
Date:
Subject: Re: [HACKERS] Implementation of SASLprep for SCRAM-SHA-256