Frequently Asked Questions
How to change the postgresql schema?
Last Updated 5 years ago
PostgreSQL use the public schema. If your tables are in other schema. You can use the schema option at the advanced options
You can also open config/config.inc.php page and edit
You can also open config/config.inc.php page and edit
$config['pgsql_default_schema'] = 'Your-pgsql-schema';