Re: could not load library "$libdir/plpython2" while upgrading from postgresql-10 to 12

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

 



RAJAMOHAN <garajamohan@xxxxxxxxx> writes:
> But the issue is still occurring for me, even though I dropped the
> *plpython2u* extension and functions which were using the it.

Look through pg_proc for entries mentioning plpython2 in probin, ie

select proname from pg_proc where probin like '%plpython2%';

Another possibility is that you added plpython2 to shared_preload_libraries
or one of its sibling settings.

			regards, tom lane





[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