diff options
| author | Bruce Momjian <bruce@momjian.us> | 1999-11-04 23:14:30 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1999-11-04 23:14:30 +0000 |
| commit | 0e6652e67357354e01f2466184343d0bc0ee2cab (patch) | |
| tree | 0c06450508417e033f8a2b90241a7126cd54c4fe /src/bin/psql/psqlHelp.h | |
| parent | 2323b63631080b7d4c287872a83b0ea30bd7874a (diff) | |
psql cleanup
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 0d4bc1c6873..81bee606f59 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! */ }; |
