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

From Neil Conway
Subject Re: inferred param types for PREPARE
Date
Msg-id 1137386001.9145.65.camel@localhost.localdomain
Whole thread Raw
In response to Re: inferred param types for PREPARE  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
On Sun, 2006-01-15 at 17:33 -0500, Tom Lane wrote:
> BTW, I wonder whether it wouldn't be a better idea to declare the
> pg_prepared_statement view's parameter_types column as regtype[]
> instead of oid[].

Yeah, good point -- I had thought that using type names would be
ambiguous in the presence of schemas, but of course regtype solves that
problem. Attached is a patch that implements this -- barring any
objections I'll apply this tomorrow.

-Neil


Attachment

pgsql-patches by date:

Previous
From: David Fetter
Date:
Subject: Uninstall scripts for contrib
Next
From: Neil Conway
Date:
Subject: Re: Uninstall scripts for contrib