15 #ifndef PUBLICATIONCMDS_H
16 #define PUBLICATIONCMDS_H
23 #define MAX_RELCACHE_INVAL_MSGS 4096
35 List *ancestors,
bool pubviaroot);
37 List *ancestors,
bool pubviaroot);
void InvalidatePublicationRels(List *relids)
void RemovePublicationSchemaById(Oid psoid)
ObjectAddress CreatePublication(ParseState *pstate, CreatePublicationStmt *stmt)
bool pub_rf_contains_invalid_column(Oid pubid, Relation relation, List *ancestors, bool pubviaroot)
bool pub_collist_contains_invalid_column(Oid pubid, Relation relation, List *ancestors, bool pubviaroot)
void RemovePublicationById(Oid pubid)
void AlterPublication(ParseState *pstate, AlterPublicationStmt *stmt)
void RemovePublicationRelById(Oid proid)
ObjectAddress AlterPublicationOwner(const char *name, Oid newOwnerId)
void AlterPublicationOwner_oid(Oid subid, Oid newOwnerId)