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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: mark <dvlhntr(at)gmail(dot)com>, 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 17:27:25
Message-ID: 26118.1491499645@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> writes:
> 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

> 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.

No, there is a version test there, and it works fine for me. I think
the OP is somehow using a very recent psql with a v10, but not so recent,
server. Perhaps he didn't restart his server after updating RPMs.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2017-04-06 17:30:53 Re: logical replication access control patches
Previous Message Álvaro Hernández Tortosa 2017-04-06 17:23:09 Re: Re: Letting the client choose the protocol to use during a SASL exchange