]> granicus.if.org Git - postgresql/commitdiff
Fix psql quote missing.
authorBruce Momjian <bruce@momjian.us>
Wed, 27 Oct 1999 16:33:45 +0000 (16:33 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 27 Oct 1999 16:33:45 +0000 (16:33 +0000)
src/bin/psql/psqlHelp.h

index f28ff9c0d8df4ec47033b9feae24d46272beefc7..57bba44567398f6ed5d0db91ad183ab4074fa29e 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: psqlHelp.h,v 1.78 1999/10/26 03:48:58 momjian Exp $
+ * $Id: psqlHelp.h,v 1.79 1999/10/27 16:33:45 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -60,7 +60,7 @@ static struct _helpStruct QL_HELP[] = {
   FUNCTION <func_name> (arg1, arg2, ...)|\n\
   OPERATOR <op> (leftoperand_type rightoperand_type) |\n\
   TRIGGER <trigger_name> ON <table_name>\n\
-] IS 'text'},
+] IS 'text'"},
        {"commit work",
                "commit a transaction",
        "\