Have CREATE TABLE AS and REFRESH return an OID
Alvaro Herrera <alvherre@alvh.no-ip.org>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/createas.c | modified | +16 −2 |
| src/backend/commands/matview.c | modified | +3 −1 |
| src/include/commands/createas.h | modified | +1 −1 |
| src/include/commands/matview.h | modified | +1 −1 |