On Fri, Dec 28, 2012 at 7:09 AM, Hannu Krosing <[email protected]> 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 -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
