diff options
author | Bruce Momjian | 1999-09-23 17:11:16 +0000 |
---|---|---|
committer | Bruce Momjian | 1999-09-23 17:11:16 +0000 |
commit | 337ab803a212a67bdf793fd996daa919014a6f66 (patch) | |
tree | 0f843b5b8f1a0e4c97b4816b472e5c015edf1937 | |
parent | e7cad7b0cbf88e2c0c5bf89957e60657561ffd70 (diff) |
TRUNCATE command from Mike Mascari<[email protected]>
-rw-r--r-- | src/bin/psql/psqlHelp.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/bin/psql/psqlHelp.h b/src/bin/psql/psqlHelp.h index be2fb3fb0cc..f17995a2207 100644 --- a/src/bin/psql/psqlHelp.h +++ b/src/bin/psql/psqlHelp.h @@ -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!*/ }; |