D'Arcy J.M. Cain schrieb:
Does anyone see any issue with the following change to allow pg.py to get() from a view?
This would make get_tables() return also views, not only tables. I think that is bad, because the term "tables" is well defined, and if I want to get tables, then I want to get only tables, not views.
I would solve the problem differently, as already explained here: http://mailman.vex.net/pipermail/pygresql/2005-November/001548.html If you agree, I can make the changes proposed in the link above this week. -- Christoph _______________________________________________ PyGreSQL mailing list [email protected] http://mailman.vex.net/mailman/listinfo/pygresql
