Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7cad7b commit 337ab80Copy full SHA for 337ab80
src/bin/psql/psqlHelp.h
@@ -5,7 +5,7 @@
5
*
6
* Copyright (c) 1994, Regents of the University of California
7
8
- * $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 $
9
10
*-------------------------------------------------------------------------
11
*/
@@ -362,6 +362,5 @@ TIMEZONE|XACTISOLEVEL|CLIENT_ENCODING|SERVER_ENCODING"},
362
\tVACUUM [VERBOSE] [ANALYZE] [table]\n\
363
\tor\n\
364
\tVACUUM [VERBOSE] ANALYZE [table [(colname1, ...colnameN)]];"},
365
- {NULL, NULL, NULL} /* important to keep a NULL terminator
366
- * here! */
+ {NULL, NULL, NULL} /* important to keep a NULL terminator here!*/
367
};
0 commit comments