Update func comment for PostprocessCreateTableStmt

pull/4894/head
Ahmet Gedemenli 2021-04-09 13:38:10 +03:00
parent 52e467a9a0
commit caef0463b0
1 changed files with 4 additions and 0 deletions

View File

@ -178,6 +178,10 @@ PreprocessDropTableStmt(Node *node, const char *queryString,
*
* This function also processes CREATE TABLE ... PARTITION OF statements via
* PostprocessCreateTableStmtPartitionOf function.
*
* Also CREATE TABLE ... INHERITS ... commands are filtered here. If the inherited
* table is a distributed table, this function errors out, as we currently don't
* support local tables inheriting a distributed table.
*/
void
PostprocessCreateTableStmt(CreateStmt *createStatement, const char *queryString)