Re: How to 'register' functions, so they can be called (plpythonu)

From: "blay bloo" <blaybloo(at)googlemail(dot)com>
To: "Richard Huxton" <dev(at)archonet(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to 'register' functions, so they can be called (plpythonu)
Date: 2007-09-05 10:53:51
Message-ID: 66c468170709050353j109429a7t7d00e34f7ac46457@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> I believe the python embedder mangles the function names when it loads
> them into PG, so you can't call them directly.

do you think it possible to use the internal system catalogs to lookup
the 'mangled' names?

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Rob 2007-09-05 13:58:30 temp tables and sequences in functions
Previous Message hubert depesz lubaczewski 2007-09-05 10:06:13 Re: SQL query with IFs (?) to "Eliminate" NULL Values