Re: Question about pg_upgrade from 9.2 to X.X

From: Sergei Kornilov <sk(at)zsrv(dot)org>
To: Perumal Raj <perucinci(at)gmail(dot)com>
Cc: "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Question about pg_upgrade from 9.2 to X.X
Date: 2019-02-28 19:04:15
Message-ID: 6762391551380655@sas1-23a37bc8251c.qloud-c.yandex.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Hi

> Yes, i want to get rid of old extension, Could you please share the query to find extension which is using pg_reorg.

pg_reorg is name for both tool and extension.
Check every database in cluster with, for example, psql command "\dx" or read pg_dumpall -s output for some CREATE EXTENSION statements to find all installed extensions.

regards, Sergei

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rob Sargent 2019-02-28 19:10:21 specifying table in function args
Previous Message Perumal Raj 2019-02-28 18:29:25 Re: Question about pg_upgrade from 9.2 to X.X

Browse pgsql-hackers by date

  From Date Subject
Next Message Perumal Raj 2019-02-28 19:21:37 Re: Question about pg_upgrade from 9.2 to X.X
Previous Message Mike Palmiotto 2019-02-28 18:36:32 Re: [RFC] [PATCH] Flexible "partition pruning" hook