Fixes #1113 - Casts should be in alphabetical order.

pull/3/head
Sanket Mehta 2016-05-28 18:55:20 +05:30 committed by Ashesh Vashi
parent b482ba6ce9
commit 2fb1e96e2f
1 changed files with 2 additions and 1 deletions

View File

@ -20,4 +20,5 @@
WHERE
{% endif %}
ca.oid > {{datlastsysoid}}::OID
{% endif %}
{% endif %}
ORDER BY st.typname, tt.typname