| From: | shashidhar Reddy <shashidharreddy001(at)gmail(dot)com> |
|---|---|
| To: | pgsql-general <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: Error while upgrading from v12 to v13 |
| Date: | 2022-10-29 14:08:45 |
| Message-ID: | CAH=zU4sfnW1pbPPgc4cY2W0=ttH0S_X=pxzDm0PmU=H6VwWf_A@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Any help in this?
On Sat, 29 Oct, 2022, 5:09 pm shashidhar Reddy, <
shashidharreddy001(at)gmail(dot)com> wrote:
>
> I am getting below error while upgrading postgres from version 12 to 13
> and not sure how to enable the function before upgrading the cluster. Can
> you please help me to resolve this.
>
> error: could not execute query: ERROR: could not find function
> "pl_profiler_enable" in file
> "/usr/lib/postgresql/13/lib/plprofiler.so"
> Command was: CREATE FUNCTION "public"."pl_profiler_enable"("enabled"
> boolean) RETURNS boolean
> LANGUAGE "c"
> AS '$libdir/plprofiler', 'pl_profiler_enable';
> Shashidhar
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Imre Samu | 2022-10-29 14:26:41 | Re: Error while upgrading from v12 to v13 |
| Previous Message | Julien Rouhaud | 2022-10-29 14:06:17 | Re: access method xxx does not exist |