Re: Add SPLIT PARTITION/MERGE PARTITIONS commands - Mailing list pgsql-hackers

From Dmitry Koval
Subject Re: Add SPLIT PARTITION/MERGE PARTITIONS commands
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: Add SPLIT PARTITION/MERGE PARTITIONS commands  (jian he <[email protected]>)
List pgsql-hackers
Hi, Jiah He!

1.
 >please check the attach doc refactor for v62-0001.

Thanks for the changes, they look good (in translation).


2.
 >here ereport should be elog(ERROR...).
 >since this error should be unreachable. see check_nested_generated,
 >cookDefault.

Changed.


3.
 >"(as for LIKE and inheritances)":
 >I think you meant, “CREATE TABLE LIKE and table inheritance reject
 >whole-row check constraint, here we will do the same”.
 >maybe change to ""(as for CREATE TABLE LIKE and inheritances)".

Changed.


--
With best regards,
Dmitry Koval

Postgres Professional: http://postgrespro.com
Attachment

pgsql-hackers by date:

Previous
From: Masahiko Sawada
Date:
Subject: Re: POC: enable logical decoding when wal_level = 'replica' without a server restart
Next
From: Tomas Vondra
Date:
Subject: Re: Adding basic NUMA awareness