Re: Where does PostgreSQL store extensions on OpenSUSE? - Mailing list pgsql-novice

From Tom Lane
Subject Re: Where does PostgreSQL store extensions on OpenSUSE?
Date
Msg-id 1292285.1623246071@sss.pgh.pa.us
Whole thread Raw
In response to Where does PostgreSQL store extensions on OpenSUSE?  (Simon Connah <simon.n.connah@protonmail.com>)
Responses Re: Where does PostgreSQL store extensions on OpenSUSE?  (Simon Connah <simon.n.connah@protonmail.com>)
List pgsql-novice
Simon Connah <simon.n.connah@protonmail.com> writes:
> My old computer broke and I've completely forgotten where OpenSUSE stores its PostgreSQL extensions. I've been
searchingwith 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



pgsql-novice by date:

Previous
From: Keith
Date:
Subject: Re: Where does PostgreSQL store extensions on OpenSUSE?
Next
From: Simon Connah
Date:
Subject: Re: Where does PostgreSQL store extensions on OpenSUSE?