1/*-------------------------------------------------------------------------
4 * prototypes for subscriptioncmds.c.
7 * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
8 * Portions Copyright (c) 1994, Regents of the University of California
10 * src/include/commands/subscriptioncmds.h
12 *-------------------------------------------------------------------------
15#ifndef SUBSCRIPTIONCMDS_H
16#define SUBSCRIPTIONCMDS_H
34 int elevel_for_sub_disabled,
35 bool retain_dead_tuples,
36 bool retention_active,
37 bool max_retention_set);
39#endif /* SUBSCRIPTIONCMDS_H */
void DropSubscription(DropSubscriptionStmt *stmt, bool isTopLevel)
char defGetStreamingMode(DefElem *def)
ObjectAddress CreateSubscription(ParseState *pstate, CreateSubscriptionStmt *stmt, bool isTopLevel)
void CheckSubDeadTupleRetention(bool check_guc, bool sub_disabled, int elevel_for_sub_disabled, bool retain_dead_tuples, bool retention_active, bool max_retention_set)
ObjectAddress AlterSubscriptionOwner(const char *name, Oid newOwnerId)
void AlterSubscriptionOwner_oid(Oid subid, Oid newOwnerId)
ObjectAddress AlterSubscription(ParseState *pstate, AlterSubscriptionStmt *stmt, bool isTopLevel)