mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-14 19:21:46 +03:00
8a8b9f07fb
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. |
||
---|---|---|
.. | ||
api | ||
bookmarks | ||
cli | ||
client | ||
command | ||
connection | ||
history | ||
metrics | ||
queries | ||
shared | ||
statements | ||
util |