From d79d0a3c0f927b78e9e93e0aef1037d3e8c516a0 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 27 Oct 1999 16:33:45 +0000 Subject: [PATCH] Fix psql quote missing. --- src/bin/psql/psqlHelp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/psql/psqlHelp.h b/src/bin/psql/psqlHelp.h index f28ff9c0d8..57bba44567 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.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 (arg1, arg2, ...)|\n\ OPERATOR (leftoperand_type rightoperand_type) |\n\ TRIGGER ON \n\ -] IS 'text'}, +] IS 'text'"}, {"commit work", "commit a transaction", "\ -- 2.40.0