Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PostgreSQL: add support for more than one schema in search_path #239

Merged
merged 1 commit into from
Jan 4, 2017

Conversation

dzibma
Copy link
Contributor

@dzibma dzibma commented Oct 30, 2016

Allows set more than one schema to current search_path, by an array of schema names in $config['schema'] connection parameter.

SET search_path TO "myschema", "public";

@dg dg merged commit 8dfa528 into dg:master Jan 4, 2017
@dzibma dzibma deleted the multi-search-path branch January 5, 2017 05:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants