Ashish Kulkarni 8a8b9f07fb
fix missing indexes by quoting schema/table name to ::regclass (#711)
The same approach is used in pkg/statements/sql/table_schema.sql
and a sample reproduction for the bug is:

  CREATE SCHEMA test;
  CREATE TABLE test.data (id INTEGER PRIMARY KEY, name TEXT);
  CREATE UNIQUE INDEX "test.data_uniq" ON test.data (name);

Only the primary key is shown, and not the index created above.
2024-03-11 21:50:48 -07:00
..
2024-01-28 20:14:20 -06:00
2015-04-30 11:47:07 -05:00
2023-02-02 16:13:14 -06:00
2019-11-02 12:44:04 -05:00
2015-04-30 11:47:07 -05:00