Re: BUG #2917: spi_prepare doesn't accept typename aliases

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: BUG #2917: spi_prepare doesn't accept typename aliases
Date: 2007-01-25 20:36:49
Message-ID: 45B914E1.2050704@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-01-25 21:14:19 Re: BUG #2917: spi_prepare doesn't accept typename aliases
Previous Message korryd 2007-01-25 20:34:47 Re: Scanner/Parser question - what does _P imply?