Thread
-
Syntax error in psqlHelp.h
Keith Parks <emkxp01@mtcc.demon.co.uk> — 1999-10-27T11:02:21Z
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", "\