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

Support PostgreSQL materialized views #13128

Closed
wants to merge 5 commits into from

Commits on Dec 1, 2013

  1. Support PostgreSQL materialized views

    Expand the query used in #table_exists? to include materialized views in the
    kinds of relations it searches.
    kastiglione committed Dec 1, 2013
    Configuration menu
    Copy the full SHA
    2301a8f View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2013

  1. Configuration menu
    Copy the full SHA
    a32dbe8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fad215 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2013

  1. Configuration menu
    Copy the full SHA
    113910e View commit details
    Browse the repository at this point in the history
  2. Remove redundant #extract_pg_identifier_from_name

    Same behaviour is provided by Utils.extract_schema_and_table, which
    also has tests.
    kastiglione committed Dec 4, 2013
    Configuration menu
    Copy the full SHA
    dd3aba0 View commit details
    Browse the repository at this point in the history