On Fri, Dec 28, 2012 at 7:09 AM, Hannu Krosing <hannu(at)krosing(dot)net> wrote:
> thus
>
> CREATE FUNCTION foo(a int,b int, c text)
>
> would create module
>
> plpy.modules.foo_int4_int4_text
I don't know much of anything about Python, but keep in mind that
types can be renamed. It seems like that could break things if the
type name is included in the module name.
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
In response to
pgsql-hackers by date
| Next: | From: Andrew Dunstan | Date: 2013-01-02 22:51:50 |
| Subject: Re: json api WIP patch |
| Previous: | From: Robert Haas | Date: 2013-01-02 21:51:40 |
| Subject: Re: Whats the correct way to change trigdata->tg_relation |