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

From Keith
Subject Re: Where does PostgreSQL store extensions on OpenSUSE?
Date
Msg-id CAHw75vvjJz2DqPqUhjy=n3YSh=NaRYhUY8VsT8f17bfRCKmVcQ@mail.gmail.com
Whole thread Raw
In response to Where does PostgreSQL store extensions on OpenSUSE?  (Simon Connah <simon.n.connah@protonmail.com>)
List pgsql-novice
If you can run the "pg_config" binary, it should be able to show you where SHAREDIR and LIBDIR are. Extension files are kept in $SHAREDIR/extensions and any library files that may be associated with them will be in $LIBDIR. Example for my custom build...

$ pg_config
BINDIR = /opt/pgsql1302/bin
DOCDIR = /opt/pgsql1302/share/doc
HTMLDIR = /opt/pgsql1302/share/doc
INCLUDEDIR = /opt/pgsql1302/include
PKGINCLUDEDIR = /opt/pgsql1302/include
INCLUDEDIR-SERVER = /opt/pgsql1302/include/server
LIBDIR = /opt/pgsql1302/lib
[...]

On Wed, Jun 9, 2021 at 7:07 AM Simon Connah <simon.n.connah@protonmail.com> wrote:
Hi,

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?

Thank you.

Simon.

pgsql-novice by date:

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