how are the rpms configured that are available in PostgreSQL RPM Building Project - Yum Repository
Hi,
I am referring to the contents of https://yum.postgresql.org/ (specifically version 9.6 rpms for CentoOS7)
More specifically I wonder if they are configured: --with-python --with-tcl --with-pam --with-ldap
And do they install the Additional Supplied Modules (https://www.postgresql.org/docs/9.1/static/contrib.html ) as provided when performing a
make install world
Thank you!
Please advise if my possibly novice question should better be posed elsewhere. Or if I should expect to find answers in the fine manual. I looked but did not see…
~Malcolm Cook
On Fri, Jun 16, 2017 at 12:40 PM, Cook, Malcolm <MEC@stowers.org> wrote:
Hi,
I am referring to the contents of https://yum.postgresql.org/
(specifically version 9.6 rpms for CentoOS7)More specifically I wonder if they are configured: --with-python
--with-tcl --with-pam --with-ldapAnd do they install the Additional Supplied Modules (
https://www.postgresql.org/docs/9.1/static/contrib.html ) as provided
when performing amake install world
Please advise if my possibly novice question should better be posed
elsewhere. Or if I should expect to find answers in the fine manual. I
looked but did not see…
This may provide the info you need. Note you'll actually need an
installed version to run it against.
https://www.postgresql.org/docs/current/static/app-pgconfig.html
This will show what extensions are available in said cluster.
https://www.postgresql.org/docs/current/static/view-pg-available-extensions.html
David J.
Great – perfect – and …. I have one installed – we will investigate…
From: David G. Johnston [mailto:david.g.johnston@gmail.com]
Sent: Friday, June 16, 2017 8:59 PM
To: Cook, Malcolm <MEC@stowers.org>
Cc: pgsql-hackers@PostgreSQL.org; McGee, Jenny <jmc@stowers.org>
Subject: Re: [HACKERS] how are the rpms configured that are available in PostgreSQL RPM Building Project - Yum Repository
On Fri, Jun 16, 2017 at 12:40 PM, Cook, Malcolm <MEC@stowers.org<mailto:MEC@stowers.org>> wrote:
Hi,
I am referring to the contents of https://yum.postgresql.org/ (specifically version 9.6 rpms for CentoOS7)
More specifically I wonder if they are configured: --with-python --with-tcl --with-pam --with-ldap
And do they install the Additional Supplied Modules (https://www.postgresql.org/docs/9.1/static/contrib.html ) as provided when performing a
make install world
Please advise if my possibly novice question should better be posed elsewhere. Or if I should expect to find answers in the fine manual. I looked but did not see…
This may provide the info you need. Note you'll actually need an installed version to run it against.
https://www.postgresql.org/docs/current/static/app-pgconfig.html
This will show what extensions are available in said cluster.
https://www.postgresql.org/docs/current/static/view-pg-available-extensions.html
David J.
Hi,
On Fri, 2017-06-16 at 19:40 +0000, Cook, Malcolm wrote:
I am referring to the contents of https://yum.postgresql.org/ (specifically
version 9.6 rpms for CentoOS7)More specifically I wonder if they are configured: --with-python --with-
tcl --with-pam --with-ldap
/usr/pgsql-9.6/bin/pg_config --configure will give the full list (the answer is
yes, btw)
And do they install the Additional Supplied Modules
(https://www.postgresql.org/docs/9.1/static/contrib.html ) as provided when
performing amake install world
Yes, the -contrib rpm provides those.
Please advise if my possibly novice question should better be posed
elsewhere.
Please email pgsql-pkg-yum@postgresql.org list for further questions.
Regards,
--
Devrim Gündüz
EnterpriseDB: https://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR