Welcome Guest, Not a member yet? Register   Sign In
Support for PostgreSQL Schemas
#1

[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?


Messages In This Thread
Support for PostgreSQL Schemas - by El Forum - 07-30-2010, 02:48 PM
Support for PostgreSQL Schemas - by El Forum - 08-30-2010, 12:17 PM



Theme © iAndrew 2016 - Forum software by © MyBB