pgsql: Have CREATE TABLE AS and REFRESH return an OID

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Have CREATE TABLE AS and REFRESH return an OID
Дата
Msg-id E1XM02G-00048d-Bk@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Have CREATE TABLE AS and REFRESH return an OID

Other DDL commands are already returning the OID, which is required for
future additional event trigger work.  This is merely making these
commands in line with the rest of utility command support.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/301fcf33eb7fcbcf1da113dabeed90b8eaf656eb

Modified Files
--------------
src/backend/commands/createas.c |   18 ++++++++++++++++--
src/backend/commands/matview.c  |    4 +++-
src/include/commands/createas.h |    2 +-
src/include/commands/matview.h  |    2 +-
4 files changed, 21 insertions(+), 5 deletions(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Oops, forgot to "git add" one last change
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Use newly added InvalidCommandId instead of 0