5 Dec
2007
5 Dec
'07
8:17 a.m.
On Wed, Dec 05, 2007 at 01:11:57AM -0700, m h wrote:
Sorry, I'm a schema newbie. Can schema be nested then? If I open a default one (in SQLAlchemy) and then the user decides they want another one, can one just "push" a new schema and "pop" them?
Users can have there own default schema. Schemas cannot be nested, but you can use tables etc from an other schema by using 'schemaname'.'tablename'.'etc'. Why would you want to push/pop schemas? Niels -- Niels Nes, Centre for Mathematics and Computer Science (CWI) Kruislaan 413, 1098 SJ Amsterdam, The Netherlands room C0.02, phone ++31 20 592-4098, fax ++31 20 592-4312 url: http://www.cwi.nl/~niels e-mail: Niels.Nes@cwi.nl