Closed baburdick closed 6 years ago
Task 14978
#find_column_names would fail for new compound functional indexes for schema-qualified table names.
#find_column_names
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).
pg_get_indexdef
search_path
Task 14978
#find_column_names
would fail for new compound functional indexes for schema-qualified table names.