HornsAndHooves / pg_saurus

ActiveRecord extension to get more from PostgreSQL.
Other
27 stars 12 forks source link

14978 accommodate schema-qualified table names #21

Closed baburdick closed 6 years ago

baburdick commented 6 years ago

Task 14978

#find_column_names would fail for new compound functional indexes for schema-qualified table names.

albertosaurus commented 6 years ago

The reason this took so long to manifest; pg_get_indexdef can return a fully qualified table name depending on what your search_path is set to (also depends on your db server version).