Re: contrib modules and relkind check
Corey Huinker <corey.huinker@gmail.com>
From: Corey Huinker <corey.huinker@gmail.com>
To: Michael Paquier <michael.paquier@gmail.com>
Cc: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>, Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2017-03-06T18:10:49Z
Lists: pgsql-hackers
On Tue, Feb 14, 2017 at 1:30 AM, Michael Paquier <michael.paquier@gmail.com> wrote: > Hm... It may be a good idea to be consistent on the whole system and > refer to "partitioned table" as a table without storage and used as an > entry point for partitions. The docs use this term in CREATE TABLE, > and we would finish with messages like "not a table or a partitioned > table". Extra thoughts are welcome here, the current inconsistencies > would be confusing for users. > Updated CF status to "Waiting on Author". Waiting, mostly for the regression tests suggested. Michael, do you want to add yourself as a reviewer?
Commits
-
Add relkind checks to certain contrib modules
- c08d82f38ebf 10.0 landed