Re: [SQLObject] Call a function in a schema
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Oleg B. <ph...@ph...> - 2009-06-22 14:38:56
|
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. |