Re: semicolons separating statements in a rule action body

From: Kris Jurka <books(at)ejurka(dot)com>
To: Jolly Chen <jolly(at)gauntletsystems(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: semicolons separating statements in a rule action body
Date: 2005-11-05 09:31:20
Message-ID: Pine.BSO.4.61.0511050430120.912@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Wed, 2 Nov 2005, Jolly Chen wrote:

> using jdbc-8.0-313 against 8.0.4,
>
> the driver gets confused when parsing rule definition statements with
> embedded semicolons such as :
>
> "create rule r1 as on insert to foo do (delete from bar; insert into bar
> select * from foo; ); "
>
> the following patch shows a possible quick fix for

Patch applied to 8.0 and head cvs branches. For future reference we
prefer context diffs (diff -c) patches.

Kris Jurka

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2005-11-05 09:33:11 Re: How to solve invalid input for tyep timestamp problem?
Previous Message Kris Jurka 2005-11-05 08:12:44 Re: name value pairs