]> granicus.if.org Git - postgresql/blobdiff - src/include/utils/rel.h
added ALTER TABLE DROP COLUMN, early version
[postgresql] / src / include / utils / rel.h
index 84bbe0950e0bba6ea1a3d05bd9267e63cd2d3fac..0b7c04ea1442048a2740e07f695916ca78618946 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rel.h,v 1.31 2000/01/10 17:14:44 momjian Exp $
+ * $Id: rel.h,v 1.32 2000/01/22 14:20:56 petere Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -176,7 +176,7 @@ typedef Relation *RelationPtr;
  *       Returns a Relation Name
  */
 /* added to prevent circular dependency.  bjm 1999/11/15 */
-char      *get_temp_rel_by_physicalname(char *relname);
+char      *get_temp_rel_by_physicalname(const char *relname);
 #define RelationGetRelationName(relation) \
 (\
        (strncmp(RelationGetPhysicalRelationName(relation), \