Re: BUG #2917: spi_prepare doesn't accept typename aliases - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: BUG #2917: spi_prepare doesn't accept typename aliases
Date
Msg-id 45B914E1.2050704@dunslane.net
Whole thread Raw
In response to BUG #2917: spi_prepare doesn't accept typename aliases such as 'integer'  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: BUG #2917: spi_prepare doesn't accept typename aliases  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I wrote:
>
> I see that SQL level prepare calls regprocin() to resolve type names, 
> so maybe we should that for the PLs when calling SPI_prepare as well. 


Of course, that should be regtypein()

cheers

andrew


pgsql-hackers by date:

Previous
From:
Date:
Subject: Re: Scanner/Parser question - what does _P imply?
Next
From: Tom Lane
Date:
Subject: Re: BUG #2917: spi_prepare doesn't accept typename aliases