plpgsql: open for execute - add USING clause

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: plpgsql: open for execute - add USING clause
Date: 2009-11-17 20:04:03
Message-ID: 162867790911171204j62d80de0p93a36858bcf3cc46@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

this small patch add missing USING clause to OPEN FOR EXECUTE statement
+ cleaning part of exec_stmt_open function

see http://archives.postgresql.org/pgsql-hackers/2009-11/msg00713.php

Regards
Pavel Stehule

Attachment Content-Type Size
openexecusing.diff text/x-patch 11.1 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Marko Tiikkaja 2009-11-17 20:09:26 Re: Syntax for partitioning
Previous Message Alvaro Herrera 2009-11-17 19:53:58 Re: patch - Report the schema along table name in a referential failure error message