phpGrid PostgreSQL support
In PostgreSQL, it's crucial to also include the fully qualified table name in postgreSQL select query
$dg = new C_DataGrid("select * from schema_name.table_name ", "id", "schema.table_name");
Use "postgres" as the PHPGRID_DB_TYPE in conf.php.