pgweb/pkg
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
..
api Fix unclosed database sessions and tunnels (#688) 2023-09-10 11:46:31 -05:00
bookmarks Allow setting readonly mode in bookmarks (#707) 2024-01-12 21:17:14 -06:00
cli Allow retrying a connection on startup (#695) 2023-11-04 11:12:48 -05:00
client Allow setting readonly mode in bookmarks (#707) 2024-01-12 21:17:14 -06:00
command Version bump: 0.14.3 2024-01-28 20:14:20 -06:00
connection Add default connect_timeout option to connection string (#626) 2022-12-20 16:58:54 -06:00
history Restructure application 2015-04-30 11:47:07 -05:00
metrics Add process start time metric (#675) 2023-05-08 20:46:00 -05:00
queries Local queries (#641) 2023-02-02 16:13:14 -06:00
shared Add support for encrypted ssh keys 2019-11-02 12:44:04 -05:00
statements fix missing indexes by quoting schema/table name to ::regclass (#711) 2024-03-11 21:50:48 -07:00
util Restructure application 2015-04-30 11:47:07 -05:00