pgsql: Throw a more on-point error for publications depending on column

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Throw a more on-point error for publications depending on column
Дата
Msg-id E1s2e6Z-001CIG-H8@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Throw a more on-point error for publications depending on columns.

Same as 42b041243, except that the trouble case is a publication
WHERE clause that depends on a column.

Again reported by Alexander Lakhin.  Back-patch to v15 where
we added publication WHERE clauses.

Discussion: https://postgr.es/m/548a47bc-87ae-b3df-c6a2-60b9966f808b@gmail.com

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/11d40a44ba325f254562a3fbd8ccd2791f12b9b5

Modified Files
--------------
src/backend/commands/tablecmds.c | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Disallow direct change of NO INHERIT of not-null constraints
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: Re: pgsql: Fix compilation on OpenSSL 1.0.2 and LibreSSL