If I modify the code in the QuickLayoutWizard.py to have a schemaname included,
I can filter the list of tables returned and I get a list back very fast.
Below I am just hard-coding the name of a schema in pg.

tbls = crs.getTables()
                schematbls = []
 
                for item in tbls:
                        if item.startswith("lab."):
                                schematbls.append(item)
                for tb in schematbls:


_______________________________________________
Post Messages to: Dabo-users@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: 
http://leafe.com/archives/byMID/loom.20120413t231802-...@post.gmane.org

Reply via email to