On 4/13/12 2:23 PM, Cheryl wrote:
> 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:
Pretty great to have the source code eh? :)
Paul
_______________________________________________
Post Messages to: [email protected]
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/[email protected]