Index tab doesn't show full details of the indexes #12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The reason it does not at the moment is that the information is hard to retrieve (or atleast convert to something presentable).
I have however found a query in the pgAdmin source that retrieves relevant info. It is executed per column (which I do not realy like as it will be relative slow to retrieve).
I do need to verify the exclusion constraint joins as the index of c.conexclop is one higher then I
would expect. Would be nice if we could retrieve this data efficiently. Working with arrays however is hard.
changed the description
Version of query that unpacks the array's
Postgres can cough this up pretty fast this way. Still need to test of the index of
c.conexclop[i.idx]needs a-1or not.changed the description
closed via commit
f1020ac56ereopened
This issue was actually more about the contents of the tableview then the sql code below it.
closed