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

From mark
Subject Re: [HACKERS] Postgresql10 Bug report. (pg_catalog.pg_statistic_extdoes not exist)
Date
Msg-id CAKD=pjh1pKqwvFNHvTnmRD4oB=ic7UhiDF=Y6RaGdBxtqfVBZA@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] Postgresql10 Bug report. (pg_catalog.pg_statistic_ext does not exist)  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
it would appear that it didn't restart when I thought it had with the service command.

apologies, I'm not able to reproduce anymore after restarting things.


On Thu, Apr 6, 2017 at 11:27 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
Alvaro Herrera <alvherre@2ndquadrant.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

pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: [HACKERS] Implementation of SASLprep for SCRAM-SHA-256
Next
From: Joe Conway
Date:
Subject: Re: [HACKERS] partitioned tables and contrib/sepgsql