extension dependencies with 'requires'

From: Eric Hanson <eric(at)aquameta(dot)com>
To: PostgreSQL General <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: extension dependencies with 'requires'
Date: 2018-05-01 17:34:41
Message-ID: CACA6kxgndDDZdzaCrMRyxO4GqjMHC1v_UxYWWU=7MPvSD25M3g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Greetings,

I'm trying to author an extension and running into troubles with
dependencies. The extension depends on the uuid-ossp, pgcrypto and
postgres_fdw extensions, but I would like the dependencies to be installed
in the public schema, though the extension itself lives in its own schema.
Is there a way to use CREATE EXTENSION ... CASCADE and specify in the
control file which schema the dependencies are installed in? How does the
extension know where to install its dependencies?

Thanks,
Eric
--
Eric Hanson
CEO, Aquameta Labs
503-929-1073
www.aquameta.com

--
-- Eric Hanson CEO, Aquameta 503-929-1073

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2018-05-01 18:00:21 Re: extension dependencies with 'requires'
Previous Message Rob Sargent 2018-05-01 16:13:20 Re: Surprised by index choice for count(*)