]> granicus.if.org Git - postgresql/commitdiff
TRUNCATE command from Mike Mascari<mascarim@yahoo.com>
authorBruce Momjian <bruce@momjian.us>
Thu, 23 Sep 1999 17:11:16 +0000 (17:11 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 23 Sep 1999 17:11:16 +0000 (17:11 +0000)
src/bin/psql/psqlHelp.h

index be2fb3fb0cc37f2fb1899eb7ba8e4551f29e708d..f17995a2207c8401fdd223537c2d6b11b169240d 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: psqlHelp.h,v 1.73 1999/09/23 17:03:04 momjian Exp $
+ * $Id: psqlHelp.h,v 1.74 1999/09/23 17:11:16 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -362,6 +362,5 @@ TIMEZONE|XACTISOLEVEL|CLIENT_ENCODING|SERVER_ENCODING"},
 \tVACUUM [VERBOSE] [ANALYZE] [table]\n\
 \tor\n\
 \tVACUUM [VERBOSE]  ANALYZE  [table [(colname1, ...colnameN)]];"},
-       {NULL, NULL, NULL}                      /* important to keep a NULL terminator
-                                                                * here! */
+       {NULL, NULL, NULL}                      /* important to keep a NULL terminator here!*/
 };