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

2017-04-06 Thread mark
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 wrote: > Alvaro Herrera writes: > > mark wrote:

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

2017-04-06 Thread Tom Lane
Alvaro Herrera 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, >

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

2017-04-06 Thread Alvaro Herrera
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

[HACKERS] Postgresql10 Bug report. (pg_catalog.pg_statistic_ext does not exist)

2017-04-06 Thread mark
apologies if someone has already reported this. steps to reproduce. install PG10 rpms. create table. using psql 10 \d the table. note the error below. m=# create table mytable (myid serial, mytext text); CREATE TABLE m=# \d mytable ERROR: relation "pg_catalog.pg_statistic_ext" does not