Re: SPI function to investigate query semantics

From: Thomas Hallgren <thhal(at)mailblocks(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "pgsql-patches(at)postgresql(dot)org" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: SPI function to investigate query semantics
Date: 2004-12-01 20:24:46
Message-ID: 41AE288E.6080801@mailblocks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Tom Lane wrote:

>You do realize that SPI_execute will reject TransactionStmt anyway?
>The example is therefore not very compelling ...
>
>
It won't reject savepoint related statements and that's what the example
is for.

I want savepoints rejected unless they go through a specific method
found on my connection object. From current discussions it seems similar
functionality might be needed for other PL's.

Regards,
Thomas Hallgren

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-12-01 20:27:22 Re: SPI function to investigate query semantics
Previous Message Tom Lane 2004-12-01 20:18:59 Re: SPI function to investigate query semantics