Future of PlPython2

2017-12-09 Thread Boshomi DeWiki
Python 2.7 will not be maintained past 2020.[1] Python2 is still default for Postgres 10. CREATE EXTENSION PLPYTHONU results in installation of PLPYTHON2U. As of now SUSE does not support PLPYTHON3U. (This will change soon) Are there any plans for declaring Python3 as default for Postgres 11 or

Re: Future of PlPython2

2017-12-09 Thread Joshua D. Drake
On 12/09/2017 09:15 AM, Boshomi DeWiki wrote: Python 2.7 will not be maintained past 2020.[1] Python2 is still default for Postgres 10. CREATE EXTENSION PLPYTHONU results in installation of PLPYTHON2U. As of now SUSE does not support PLPYTHON3U. (This will change soon) Are there any plans fo

Re: Future of PlPython2

2017-12-09 Thread Peter Eisentraut
On 12/9/17 12:15, Boshomi DeWiki wrote: > Python 2.7 will not be maintained past 2020.[1]  > > Python2 is still default for Postgres 10. CREATE EXTENSION PLPYTHONU > results in installation of PLPYTHON2U. > > As of now SUSE does not support PLPYTHON3U. (This will change soon) > > Are there any p