Re: [HACKERS] Syntax error in psqlHelp.h - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] Syntax error in psqlHelp.h
Date
Msg-id 199910271630.MAA07040@candle.pha.pa.us
Whole thread Raw
In response to Syntax error in psqlHelp.h  (Keith Parks <emkxp01@mtcc.demon.co.uk>)
List pgsql-hackers
Applied.  Thanks.  That was my bug.


> 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",
>         "\
> 
> 
> ************
> 


--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: System indexes are never unique indexes( was RE: [HACKERS] mdnblocksis
Next
From: wieck@debis.com (Jan Wieck)
Date:
Subject: Re: [HACKERS] Function-manager redesign: second draft (long)