Re: Declarative partitioning - another take
Robert Haas <robertmhaas@gmail.com>
On Tue, Dec 20, 2016 at 9:14 PM, Amit Langote <Langote_Amit_f8@lab.ntt.co.jp> wrote: > On 2016/12/21 1:45, Alvaro Herrera wrote: >> Robert Haas wrote: >>> On Tue, Dec 20, 2016 at 10:27 AM, Alvaro Herrera >>> <alvherre@2ndquadrant.com> wrote: >>>> Even if we decide to keep the message, I think it's not very good >>>> wording anyhow; as a translator I disliked it on sight. Instead of >>>> "skipping scan to validate" I would use "skipping validation scan", >>>> except that it's not clear what it is we're validating. Mentioning >>>> partition constraint in errcontext() doesn't like a great solution, but >>>> I can't think of anything better. >>> >>> Maybe something like: partition constraint for table \"%s\" is implied >>> by existing constraints >> >> Actually, shouldn't we emit a message if we *don't* skip the check? > > Scanning (aka, not skipping) to validate the partition constraint is the > default behavior, so a user would be expecting it anyway, IOW, need not be > informed of it. But when ATExecAttachPartition's efforts to avoid the > scan by comparing the partition constraint against existing constraints > (which the user most probably deliberately added just for this) succeed, > that seems like a better piece of information to provide the user with, > IMHO. But then again, having a message printed before a potentially long > validation scan seems like something a user would like to see, to know > what it is that is going to take so long. Hmm. > > Anyway, what would the opposite of Robert's suggested message look like: > "scanning table \"%s\" to validate partition constraint"? Maybe: partition constraint for table \"%s\" is implied by existing constraints -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Commits
-
Fix typo.
- 03bf59676ea0 10.0 landed
-
Document trigger-firing behavior for inheritance/partitioning.
- e17628145ac3 10.0 landed
-
Fire per-statement triggers on partitioned tables.
- e180c8aa8caf 10.0 landed
-
Set ecxt_scantuple correctly for tuple routing.
- 132488bfee68 10.0 landed
-
Fix interaction of partitioned tables with BulkInsertState.
- b1ecb9b3fcfb 10.0 landed
-
Avoid core dump for empty prepared statement in an aborted transaction.
- ba61a04bc7fe 10.0 cited
-
Fix some problems in check_new_partition_bound().
- 8a8afe2f54c2 10.0 landed
-
Remove unnecessary arguments from partitioning functions.
- 18fc5192a631 10.0 cited
-
Fix reporting of constraint violations for table partitioning.
- f1b4c771ea74 10.0 cited
-
Fix tuple routing in cases where tuple descriptors don't match.
- 2ac3ef7a01df 10.0 cited
-
Invalid parent's relcache after CREATE TABLE .. PARTITION OF.
- 7cd0fd655d68 10.0 landed
-
Doc: improve documentation about inheritance.
- 162477a63d3c 10.0 cited