Re: inferred param types for PREPARE - Mailing list pgsql-patches

From Neil Conway
Subject Re: inferred param types for PREPARE
Date
Msg-id 1137363785.9145.52.camel@localhost.localdomain
Whole thread Raw
In response to Re: inferred param types for PREPARE  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: inferred param types for PREPARE
List pgsql-patches
On Sun, 2006-01-15 at 12:17 -0500, Tom Lane wrote:
> You're doing it wrong.  There is no need for any special case whatever
> in gram.y --- ordinary lookup of the type name will do fine.

Woops, good point. Attached is a revised patch that doesn't modify the
grammar, and includes updates to the documentation and regression tests.
Applied to HEAD.

-Neil


Attachment

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: inferred param types for PREPARE
Next
From: Tom Lane
Date:
Subject: Re: inferred param types for PREPARE