public inbox for [email protected]
help / color / mirror / Atom feedFrom: Tom Lane <[email protected]>
To: Simon Connah <[email protected]>
Cc: [email protected] <[email protected]>
Subject: Re: Where does PostgreSQL store extensions on OpenSUSE?
Date: Wed, 09 Jun 2021 09:41:11 -0400
Message-ID: <[email protected]> (raw)
In-Reply-To: <oNSlA8Dn47Wlze40bY8YxISpzRdgxAEECBRA6Hi-5VfRa5ycc6SHisHfV2RZw4FuTxf2f9NwmWSWxoUuOhQS06Pcyt8kPrS7y2Us9tW6AkM=@protonmail.com>
References: <oNSlA8Dn47Wlze40bY8YxISpzRdgxAEECBRA6Hi-5VfRa5ycc6SHisHfV2RZw4FuTxf2f9NwmWSWxoUuOhQS06Pcyt8kPrS7y2Us9tW6AkM=@protonmail.com>
Simon Connah <[email protected]> writes:
> My old computer broke and I've completely forgotten where OpenSUSE stores its PostgreSQL extensions. I've been searching with DuckDuckGo but no luck. Is there a quick command to find out where to put them?
If pg_config is installed, see "pg_config --sharedir" ---
extension-related text files should be under the extension/
subdirectory of that. Meanwhile, any related .so files should
be in "pg_config --libdir" (or maybe it's --pkglibdir? Not sure
because they're the same by default)
regards, tom lane
view thread (4+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: Where does PostgreSQL store extensions on OpenSUSE?
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox