Fixes #1113 - Casts should be in alphabetical order.
parent
b482ba6ce9
commit
2fb1e96e2f
|
@ -21,3 +21,4 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
ca.oid > {{datlastsysoid}}::OID
|
ca.oid > {{datlastsysoid}}::OID
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
ORDER BY st.typname, tt.typname
|
Loading…
Reference in New Issue