mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-13 15:35:28 +03:00
ensure that objects are sorted by schema and name (#648)
This is a regression from #608
This commit is contained in:
parent
41bf189e6b
commit
505ee42867
@ -42,4 +42,4 @@ WITH all_objects AS (
|
||||
AND n.nspname NOT IN ('information_schema', 'pg_catalog')
|
||||
)
|
||||
SELECT * FROM all_objects
|
||||
ORDER BY 1, 2
|
||||
ORDER BY 2, 3
|
||||
|
Loading…
Reference in New Issue
Block a user