This commit is contained in:
parent
ea30a65b57
commit
99ad6fbbc9
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ class Doctrine_Import_Pgsql extends Doctrine_Import
|
|||
*/
|
||||
public function listTables($database = null)
|
||||
{
|
||||
return $this->conn->fetchAssoc($this->sql['listTables']);
|
||||
return $this->conn->fetchColumn($this->sql['listTables']);
|
||||
}
|
||||
/**
|
||||
* lists table triggers
|
||||
|
|
Loading…
Add table
Reference in a new issue