]> granicus.if.org Git - postgresql/commit
Have CREATE TABLE AS and REFRESH return an OID
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 25 Aug 2014 19:32:18 +0000 (15:32 -0400)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 25 Aug 2014 19:32:18 +0000 (15:32 -0400)
commit301fcf33eb7fcbcf1da113dabeed90b8eaf656eb
tree4f8053b67cc03bb68aa920d1268ece2e2e1ceadd
parentd6d6020f1cf33a63bbae59d370b75fa5e98017f0
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.
src/backend/commands/createas.c
src/backend/commands/matview.c
src/include/commands/createas.h
src/include/commands/matview.h