Re: BUG #18115: pg_restore of extensions does not respect dependencies

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: vasilgiann(at)gmail(dot)com
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #18115: pg_restore of extensions does not respect dependencies
Date: 2023-09-18 13:58:56
Message-ID: 113531.1695045536@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

PG Bug reporting form <noreply(at)postgresql(dot)org> writes:
> I have an issue that takes place during restore of a 14.4 database. During
> this process creation of extension aws_s3 fails because it depends on
> plpgsql extension which it seems to be created later on.

I don't know anything about aws_s3, but the only inter-extension
dependencies that are tracked by PG are those that are declared
in the extension control files (via "requires" entries).
Sounds to me like aws_s3 has failed to declare its dependency
on plpgsql.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2023-09-18 14:10:21 Re: BUG #18116: This is definitiv a BUG in INOUT parameter in stored procedures in Postgres 12.16
Previous Message PG Bug reporting form 2023-09-18 11:46:22 BUG #18116: This is definitiv a BUG in INOUT parameter in stored procedures in Postgres 12.16