mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-26 05:07:24 -05:00
Fixes #1113 - Casts should be in alphabetical order.
This commit is contained in:
committed by
Ashesh Vashi
parent
b482ba6ce9
commit
2fb1e96e2f
+2
-1
@@ -20,4 +20,5 @@
|
||||
WHERE
|
||||
{% endif %}
|
||||
ca.oid > {{datlastsysoid}}::OID
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
ORDER BY st.typname, tt.typname
|
||||
Reference in New Issue
Block a user