From 0e6652e67357354e01f2466184343d0bc0ee2cab Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 4 Nov 1999 23:14:30 +0000 Subject: psql cleanup --- src/bin/psql/psqlHelp.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/bin/psql/psqlHelp.h') 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! */ }; -- cgit v1.2.3