diff options
Diffstat (limited to 'contrib/sepgsql/hooks.c')
-rw-r--r-- | contrib/sepgsql/hooks.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/sepgsql/hooks.c b/contrib/sepgsql/hooks.c index 914519109c8..6bd2de631ed 100644 --- a/contrib/sepgsql/hooks.c +++ b/contrib/sepgsql/hooks.c @@ -126,6 +126,7 @@ sepgsql_object_access(ObjectAccessType access, case T_CompositeTypeStmt: case T_CreateForeignTableStmt: case T_SelectStmt: + case T_CreateTableAsStmt: sepgsql_relation_post_create(objectId); break; default: |