Error in new psql

From: wieck(at)debis(dot)com (Jan Wieck)
To: pgsql-hackers(at)postgreSQL(dot)org (PostgreSQL HACKERS)
Subject: Error in new psql
Date: 1999-12-10 23:27:54
Message-ID: m11wZS6-0003kGC@orion.SAPserv.Hamburg.dsh.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)debis(dot)com (Jan Wieck) #

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-12-11 00:13:53 Re: [HACKERS] Error in new psql
Previous Message Bruce Momjian 1999-12-10 22:23:38 Re: [HACKERS] Weired FK problem