Re: [Sqlalchemy-users] Views and MetaData

2006-10-24 Thread Eric Brunson
Okay, thanks. Monty Taylor wrote: > Well, it'll say VIEW in the comment field of 'show table status'. The > output of show create table will be different. But I'd just query > information schema, that's what it's there for. I_S will probably take > less resources than fetching a table/view defi

Re: [Sqlalchemy-users] Views and MetaData

2006-10-24 Thread Monty Taylor
Well, it'll say VIEW in the comment field of 'show table status'. The output of show create table will be different. But I'd just query information schema, that's what it's there for. I_S will probably take less resources than fetching a table/view definition, and will certainly be easier to parse.