Обсуждение: pgsql: Have CREATE TABLE AS and REFRESH return an OID

Поиск
Список
Период
Сортировка

pgsql: Have CREATE TABLE AS and REFRESH return an OID

От
Alvaro Herrera
Дата:
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(-)