summaryrefslogtreecommitdiff
path: root/src/include/commands
diff options
context:
space:
mode:
authorPeter Eisentraut2012-03-10 18:19:13 +0000
committerPeter Eisentraut2012-03-10 18:19:13 +0000
commit39d74e346c083aa371ba64c4edb1332c40b56530 (patch)
treea03321b8f8577a7806552f740658b9fe75125cef /src/include/commands
parente914a144d3aaa0a09e0aab031d7e6f58389401ce (diff)
Add support for renaming constraints
reviewed by Josh Berkus and Dimitri Fontaine
Diffstat (limited to 'src/include/commands')
-rw-r--r--src/include/commands/tablecmds.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/commands/tablecmds.h b/src/include/commands/tablecmds.h
index 03f397de639..47b0cddc9bb 100644
--- a/src/include/commands/tablecmds.h
+++ b/src/include/commands/tablecmds.h
@@ -48,6 +48,8 @@ extern void SetRelationHasSubclass(Oid relationId, bool relhassubclass);
extern void renameatt(RenameStmt *stmt);
+extern void RenameConstraint(RenameStmt *stmt);
+
extern void RenameRelation(RenameStmt *stmt);
extern void RenameRelationInternal(Oid myrelid,