Syntax error in psqlHelp.h

From: Keith Parks <emkxp01(at)mtcc(dot)demon(dot)co(dot)uk>
To: hackers(at)postgresql(dot)org
Subject: Syntax error in psqlHelp.h
Date: 1999-10-27 11:02:21
Message-ID: 199910271102.MAA24318@mtcc.demon.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

There's a missing quote in psqlHelp.h in the latest CVS.

Here's a patch:-

*** src/bin/psql/psqlHelp.h.orig Tue Oct 26 09:34:18 1999
--- src/bin/psql/psqlHelp.h Wed Oct 27 11:54:25 1999
***************
*** 60,66 ****
FUNCTION <func_name> (arg1, arg2, ...)|\n\
OPERATOR <op> (leftoperand_type rightoperand_type) |\n\
TRIGGER <trigger_name> ON <table_name>\n\
! ] IS 'text'},
{"commit work",
"commit a transaction",
"\
--- 60,66 ----
FUNCTION <func_name> (arg1, arg2, ...)|\n\
OPERATOR <op> (leftoperand_type rightoperand_type) |\n\
TRIGGER <trigger_name> ON <table_name>\n\
! ] IS 'text'"},
{"commit work",
"commit a transaction",
"\

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Roberto Joao Lopes Garcia 1999-10-27 12:20:57 Re: [HACKERS] Error: shmget failed - SOLVED!
Previous Message Zakkr 1999-10-27 10:37:44 Bug(?) in pg_get_ruledef()