CodeIgniter Forums
Support for PostgreSQL Schemas - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Support for PostgreSQL Schemas (/showthread.php?tid=32670)



Support for PostgreSQL Schemas - El Forum - 07-30-2010

[eluser]Unknown[/eluser]
It appears that Codeigniter doesn't support PostgreSQL schemas other than public. I assume this since I can't find a schema parameter in the database config, and that postgre_driver.php has public hard coded as follows:

$sql = "SELECT table_name FROM information_schema.tables WHERE table_schema = 'public'";

Is my assumption correct or have I missed something?


Support for PostgreSQL Schemas - El Forum - 08-30-2010

[eluser]Lucas Alves[/eluser]
I have the same doubt... so, anyone knows?