[HACKERS] Allowing extended stats on foreign and partitioned tables - Mailing list pgsql-hackers

From David Rowley
Subject [HACKERS] Allowing extended stats on foreign and partitioned tables
Date
Msg-id CAKJS1f-BmGo410bh5RSPZUvOO0LhmHL2NYmdrC_Jm8pk_FfyCA@mail.gmail.com
Whole thread Raw
Responses Re: [HACKERS] Allowing extended stats on foreign and partitioned tables  (Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>)
Re: [HACKERS] Allowing extended stats on foreign and partitioned tables  (Noah Misch <noah@leadboat.com>)
Re: [HACKERS] Allowing extended stats on foreign and partitioned tables  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers
While reviewing extended stats I noticed that it was possible to
create extended stats on many object types, including sequences. I
mentioned that this should be disallowed. Statistics were then changed
to be only allowed on plain tables and materialized views.

This should be relaxed again to allow anything ANALYZE is allowed on.

The attached does this.

-- 
 David Rowley                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Attachment

pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: [HACKERS] src/interfaces/libpq shipping nmake-related Makefiles
Next
From: Álvaro Hernández Tortosa
Date:
Subject: [HACKERS] Some thoughts about SCRAM implementation