Re: pg_upgrade Python version issue on openSUSE

From: Paul Förster <paul(dot)foerster(at)gmail(dot)com>
To: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL General <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: pg_upgrade Python version issue on openSUSE
Date: 2020-09-28 07:46:52
Message-ID: FE64869B-DF43-4075-BB2B-B844D55E6345@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Adrian,

> On 27. Sep, 2020, at 19:30, Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> wrote:
>
> Does:
>
> SELECT
> lanname, proname, probin
> FROM
> pg_proc
> JOIN
> pg_language
> ON
> pg_language.oid = pg_proc.prolang
> WHERE
> pg_language.lanname='plpythonu'
> AND
> probin IS NOT NULL;
>
> show anything? This would need to be repeated for each cluster in database.

nope, nothing on any database, not even on template1. template0 does not allow connections.

Cheers,
Paul

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Paul Förster 2020-09-28 08:02:40 Question about using ICU
Previous Message Jeremy Schneider 2020-09-28 03:26:42 Re: Returning timestamp with timezone at specified timezone irrespective of client timezone