Reword partitioning error message
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 30 Sep 2020 21:25:23 +0000 (18:25 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 30 Sep 2020 21:25:23 +0000 (18:25 -0300)
commit9fc21227128980f88b6eb6d5306625af0428ef45
tree8ff388ba0393bb0c52a8602881075e6c71048872
parent489c9c3407cbfd473c2f8d7863ffaaf6d2e8fcf8
Reword partitioning error message

The error message about columns in the primary key not including all of
the partition key was unclear; reword it.

Backpatch all the way to pg11, where it appeared.

Reported-by: Nagaraj Raj <nagaraj.sf@yahoo.com>
Discussion: https://postgr.es/m/64062533.78364.1601415362244@mail.yahoo.com
src/backend/commands/indexcmds.c
src/test/regress/expected/indexing.out