pgsql: Fold AlterForeignTableStmt into AlterTableStmt

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Fold AlterForeignTableStmt into AlterTableStmt
Дата
Msg-id E1jjGzq-0005Tj-CX@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fold AlterForeignTableStmt into AlterTableStmt

All other relation types are handled by AlterTableStmt, so it's
unnecessary to make a different statement for foreign tables.

Discussion: https://www.postgresql.org/message-id/flat/163c00a5-f634-ca52-fc7c-0e53deda8735%402ndquadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c4325cefba512772efc108baf8ef7182c3833716

Modified Files
--------------
src/backend/parser/gram.y | 53 +++++++++++++++++++----------------------------
1 file changed, 21 insertions(+), 32 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Remove redundant grammar symbols
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Move frontend-side archive APIs from src/common/ to src/fe_utils