From: Christian S. <chr...@un...> - 2009-06-11 09:30:53
Dear sqlobject users,
Is it possible to call functions with func() in a postgresql schema other than the public one? I am using SQLObject 0.10.
Thanks a lot for your help!
Regards,
Christian.
On Thu, Jun 11, 2009 at 11:30:38AM +0200, Christian Schwartze wrote:
> Is it possible to call functions with func() in a postgresql schema other than the public one? I am using SQLObject 0.10.
> Thanks a lot for your help!
getattr(func, 'schema.function()')
Oleg.
--
Oleg Broytmann http://phd.pp.ru/ ph...@ph...
Programmers don't die, they just GOSUB without RETURN.