summaryrefslogtreecommitdiff
path: root/src/include/utils/portal.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-09-23 17:03:39 +0000
committerBruce Momjian <bruce@momjian.us>1999-09-23 17:03:39 +0000
commite7cad7b0cbf88e2c0c5bf89957e60657561ffd70 (patch)
tree2d88ae4f0faeadd7796481f626364e81f116e956 /src/include/utils/portal.h
parentabd4bf13416e0dab832be4944d51de2f9e25f784 (diff)
downloadpostgresql-e7cad7b0cbf88e2c0c5bf89957e60657561ffd70.tar.gz
Add TRUNCATE command, with psql help and sgml additions.
Diffstat (limited to 'src/include/utils/portal.h')
-rw-r--r--src/include/utils/portal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/utils/portal.h b/src/include/utils/portal.h
index c299f9a6d5..62d0880460 100644
--- a/src/include/utils/portal.h
+++ b/src/include/utils/portal.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: portal.h,v 1.18 1999/09/09 16:25:23 tgl Exp $
+ * $Id: portal.h,v 1.19 1999/09/23 17:03:33 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -60,6 +60,7 @@ struct PortalD
* Special portals (well, their names anyway)
*/
#define VACPNAME "<vacuum>"
+#define TRUNCPNAME "<truncate>"
extern bool PortalNameIsSpecial(char *pname);
extern void AtEOXact_portals(void);