pgsql: Improve two error messages related to foreign keys onpartitione

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Improve two error messages related to foreign keys onpartitione
Дата
Msg-id E1g9RR1-0004Gl-Fl@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Improve two error messages related to foreign keys on partitioned tables

Error messages for creating a foreign key on a partitioned table using
ONLY or NOT VALID were wrong in mentioning the objects they worked on.
This commit adds on the way some regression tests missing for those
cases.

Author: Laurenz Albe
Reviewed-by: Michael Paquier
Discussion: https://postgr.es/m/c11c05810a9ed65e9b2c817a9ef442275a32fe80.camel@cybertec.at

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9c2a970d1fa4d30dc41d30d0b2ad557f40510549

Modified Files
--------------
src/backend/commands/tablecmds.c          |  6 ++++--
src/test/regress/expected/foreign_key.out | 11 +++++++++++
src/test/regress/sql/foreign_key.sql      |  9 +++++++++
3 files changed, 24 insertions(+), 2 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Fix speling error
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Track procedure calls in pg_stat_user_functions