ZF-5827: Zend_Db_Adapter_Pdo_Pgsql's describeTable() should always include schema
Description
Scenario: 2 (or more) tables with the same name in the different schemas Calling describeTable() without specific schema results in lookup query that retrives columns from all schemas!
describeTable() should have "public" schema as default.
Comments
Posted by Rob Allen (rob) on 2012-11-20T20:52:32.000+0000
Bulk change of all issues last updated before 1st January 2010 as "Won't Fix".
Feel free to re-open and provide a patch if you want to fix this issue.