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

[9.x] Address confusion between PostgreSQL concepts "schema" and "search_path" #35463

Merged
merged 5 commits into from
Dec 4, 2020

Commits on Dec 4, 2020

  1. Configuration menu
    Copy the full SHA
    20b91b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8e1aca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54c3fd3 View commit details
    Browse the repository at this point in the history
  4. Fix schema quoting issue and update tests to verify behavior

    More specifically, fix issue whereby individual schema paths in an array were quoted twice.
    
    Also, update arguments in tests to verify schema name parsing with vs. without quotes, for both string and array notations.
    cbj4074 committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    354784f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    380650d View commit details
    Browse the repository at this point in the history