Re: BUG #18115: pg_restore of extensions does not respect dependencies - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #18115: pg_restore of extensions does not respect dependencies
Date
Msg-id 113531.1695045536@sss.pgh.pa.us
Whole thread Raw
In response to BUG #18115: pg_restore of extensions does not respect dependencies  (PG Bug reporting form <noreply@postgresql.org>)
Responses Re: BUG #18115: pg_restore of extensions does not respect dependencies
List pgsql-bugs
PG Bug reporting form <noreply@postgresql.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



pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #18116: This is definitiv a BUG in INOUT parameter in stored procedures in Postgres 12.16
Next
From: Tom Lane
Date:
Subject: Re: BUG #18116: This is definitiv a BUG in INOUT parameter in stored procedures in Postgres 12.16