On Fri, Dec 30, 2005 at 12:01:12AM -0600, Igor Murashkin wrote:
> When using PostgreSQL, I noticed you can do
>
> class sqlmeta:
> table = 'schemaname.tablename'
>
> However, this almost defeats the purpose of the tablename being
> automatically generated from the class name. Is there a way to specify a
> schema name, or maybe a prefix? How about some kind of namespace to use the
> schema?
There is no currently.
> Just seems important, it's in ANSI after all.
Patches will be gladly accepted.
Oleg.
--
Oleg Broytmann http://phd.pp.ru/ ph...@ph...
Programmers don't die, they just GOSUB without RETURN.
|