Re: Where does PostgreSQL store extensions on OpenSUSE?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Simon Connah <simon(dot)n(dot)connah(at)protonmail(dot)com>
Cc: "pgsql-novice(at)lists(dot)postgresql(dot)org" <pgsql-novice(at)lists(dot)postgresql(dot)org>
Subject: Re: Where does PostgreSQL store extensions on OpenSUSE?
Date: 2021-06-09 13:41:11
Message-ID: 1292285.1623246071@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Simon Connah <simon(dot)n(dot)connah(at)protonmail(dot)com> 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

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Simon Connah 2021-06-09 15:04:03 Re: Where does PostgreSQL store extensions on OpenSUSE?
Previous Message Keith 2021-06-09 13:39:16 Re: Where does PostgreSQL store extensions on OpenSUSE?