]> granicus.if.org Git - postgresql/blobdiff - src/include/commands/rename.h
added ALTER TABLE DROP COLUMN, early version
[postgresql] / src / include / commands / rename.h
index cf9bd41a7fb6ef45aa745bc64e3f6fab7233a4bc..4b28bee8bdc65a072c34ab7159d0236ffe830128 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rename.h,v 1.6 1999/02/13 23:21:19 momjian Exp $
+ * $Id: rename.h,v 1.7 2000/01/22 14:20:54 petere Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -18,7 +18,7 @@ extern void renameatt(char *relname,
                  char *newattname,
                  char *userName, int recurse);
 
-extern void renamerel(char *oldrelname,
-                 char *newrelname);
+extern void renamerel(const char *oldrelname,
+                 const char *newrelname);
 
 #endif  /* RENAME_H */