mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Remove deprecated COMMENT ON RULE syntax
This was only used for allowing upgrades from pre-7.3 instances, which was a long time ago.
This commit is contained in:
@@ -22,7 +22,5 @@ extern bool IsDefinedRewriteRule(Oid owningRel, const char *ruleName);
|
||||
extern void SetRelationRuleStatus(Oid relationId, bool relHasRules);
|
||||
|
||||
extern Oid get_rewrite_oid(Oid relid, const char *rulename, bool missing_ok);
|
||||
extern Oid get_rewrite_oid_without_relid(const char *rulename,
|
||||
Oid *relid, bool missing_ok);
|
||||
|
||||
#endif /* REWRITESUPPORT_H */
|
||||
|
Reference in New Issue
Block a user