mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix cast SQL formatting.
This commit is contained in:
parent
2f334673a3
commit
470881ac46
@ -7,7 +7,7 @@ FROM
|
||||
format_type(tt.oid, tt.typtypmod) ||
|
||||
E'\n\n-- DROP CAST (' || format_type(st.oid, null) ||
|
||||
E' AS ' || format_type(tt.oid,tt.typtypmod) ||
|
||||
E');\n\n CREATE CAST (' || format_type(st.oid, null) ||
|
||||
E');\n\nCREATE CAST (' || format_type(st.oid, null) ||
|
||||
E' AS ' || format_type(tt.oid,tt.typtypmod) || E')\n' ||
|
||||
CASE WHEN ca.castfunc != 0 THEN
|
||||
E'\tWITH FUNCTION ' ||
|
||||
|
Loading…
Reference in New Issue
Block a user