Upgrading from 9.6 to 12 and running into cast issues with pg_catalog.text()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I have some implicit casts such as real to text where they depend on the function pg_catalog.text(real) which seems to no longer exist in 12. The pg_upgrade failure says:

Command was: CREATE CAST (real AS "text") WITH FUNCTION "pg_catalog"."text"(real) AS IMPLICIT;

Should I just DROP CAST (real as text) or is there a better solution?


--

[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux