Add support for PostgreSQL schemas in DSN (#6150)
If schema is set in the dsn, set search_path to the schema value.
Example:
$config['db_dsnw'] = 'pgsql://user:pass@localhost/dbname?schema=exampleschema';
Add support for PostgreSQL schemas in DSN (#6150) Tags None Referenced Files None Subscribers None
Description
Details
Event Timeline |