Syntax error in psqlHelp.h - Mailing list pgsql-hackers

From Keith Parks
Subject Syntax error in psqlHelp.h
Date
Msg-id 199910271102.MAA24318@mtcc.demon.co.uk
Whole thread Raw
Responses Re: [HACKERS] Syntax error in psqlHelp.h  (Bruce Momjian <maillist@candle.pha.pa.us>)
List 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",       "\



pgsql-hackers by date:

Previous
From: Zakkr
Date:
Subject: Bug(?) in pg_get_ruledef()
Next
From: Roberto Joao Lopes Garcia
Date:
Subject: Re: [HACKERS] Error: shmget failed - SOLVED!