On Jan 22, 2007, at 9:23 PM, johnf wrote:

> I currently have Postgres using schema's.  ClassDesigner works not  
> sure about
> AppWizard  (Paul is making changes).  Anyway, now we have a different
> question.  getTables() returns ALL tables available to the user.  That
> includes all the system tables and a few others that are available for
> reading by the user.

        The method sig for getTables is:

def getTables(self, includeSystemTables=False):

        So unless includeSystemTables is passed as True, system tables  
should be filtered out.

> Since the system tables are not normally used by users should we  
> return them
> from getTables()? I think not.   After all, Dabo is not a DB  
> administration
> program - right Ed?

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev

Reply via email to