diff options
Diffstat (limited to 'src/bin/psql/psqlHelp.h')
| -rw-r--r-- | src/bin/psql/psqlHelp.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/bin/psql/psqlHelp.h b/src/bin/psql/psqlHelp.h index 0d4bc1c687..81bee606f5 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.80 1999/10/29 23:52:22 momjian Exp $ + * $Id: psqlHelp.h,v 1.81 1999/11/04 23:14:29 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -384,5 +384,6 @@ TIMEZONE|XACTISOLEVEL|CLIENT_ENCODING|SERVER_ENCODING"}, \tVACUUM [VERBOSE] [ANALYZE] [table]\n\ \tor\n\ \tVACUUM [VERBOSE] ANALYZE [table [(column_name1, ...column_nameN)]];"}, - {NULL, NULL, NULL} /* important to keep a NULL terminator here!*/ + {NULL, NULL, NULL} /* important to keep a NULL terminator + * here! */ }; |
