pgsql: Reword partitioning error message
pgsql: Reword partitioning error message
От:
Alvaro Herrera <alvherre@alvh.no-ip.org>
Дата:
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 Discussion: https://postgr.es/m/64062533.78364.1601415362244@mail.yahoo.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/9fc21227128980f88b6eb6d5306625af0428ef45 Modified Files -------------- src/backend/commands/indexcmds.c | 3 +-- src/test/regress/expected/indexing.out | 18 +++++++++--------- 2 files changed, 10 insertions(+), 11 deletions(-)