Error in new psql - Mailing list pgsql-hackers

From wieck@debis.com (Jan Wieck)
Subject Error in new psql
Date
Msg-id m11wZS6-0003kGC@orion.SAPserv.Hamburg.dsh.de
Whole thread Raw
Responses Re: [HACKERS] Error in new psql
Re: [HACKERS] Error in new psql
List pgsql-hackers
Peter,

    I  just  noticed  that  the new psql doesn't handle semicolon
    inside of unmatched parentheses correct any more. This  is  a
    requirement  for defining multi action rules and was properly
    supported by v6.5.* psql.

    The CURRENT version submits the query buffer as soon,  as  it
    encounters  the  first semicolon outside of a string literal,
    and that is wrong according to the definition of CREATE RULE.


Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#========================================= wieck@debis.com (Jan Wieck) #

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Weired FK problem
Next
From: Peter Eisentraut
Date:
Subject: Re: [HACKERS] Multibyte in autoconf