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')
|
AND n.nspname NOT IN ('information_schema', 'pg_catalog')
|
||||||
)
|
)
|
||||||
SELECT * FROM all_objects
|
SELECT * FROM all_objects
|
||||||
ORDER BY 1, 2
|
ORDER BY 2, 3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user