volktron/cophpee-components

PostgreSQL configuration

Closed this issue · 2 comments

  • Change dbname='.$params['schema'] to dbname='.$params['database']
  • Implement Connection->schema(string $name)
  • Use $params['schema'] to set search path: SET search_path TO $params['schema']; using above method

Connection->use has been implemented for schema selection.

This has been implemented as originally specified with $connection->schema(string $schema)