diff options
| author | Bruce Momjian <bruce@momjian.us> | 1999-09-23 17:03:39 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1999-09-23 17:03:39 +0000 |
| commit | e7cad7b0cbf88e2c0c5bf89957e60657561ffd70 (patch) | |
| tree | 2d88ae4f0faeadd7796481f626364e81f116e956 /src/include/utils/portal.h | |
| parent | abd4bf13416e0dab832be4944d51de2f9e25f784 (diff) | |
| download | postgresql-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.h | 3 |
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); |
