Re: [HACKERS] how are the rpms configured that are available in PostgreSQL RPM Building Project - Yum Repository

2017-06-18 Thread Cook, Malcolm
Great – perfect – and …. I have one installed – we will investigate…


From: David G. Johnston [mailto:david.g.johns...@gmail.com]
Sent: Friday, June 16, 2017 8:59 PM
To: Cook, Malcolm 
Cc: pgsql-hackers@PostgreSQL.org; McGee, Jenny 
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 
> 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.​



Re: [HACKERS] how are the rpms configured that are available in PostgreSQL RPM Building Project - Yum Repository

2017-06-17 Thread Devrim Gündüz

Hi,

On Fri, 2017-06-16 at 19:40 +, 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 a
> 
>    make install world

Yes, the -contrib rpm provides those.

> Please advise if my possibly novice question should better be posed
> elsewhere.  


Please email pgsql-pkg-...@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


signature.asc
Description: This is a digitally signed message part


Re: [HACKERS] how are the rpms configured that are available in PostgreSQL RPM Building Project - Yum Repository

2017-06-16 Thread David G. Johnston
On Fri, Jun 16, 2017 at 12:40 PM, Cook, Malcolm  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.​


[HACKERS] how are the rpms configured that are available in PostgreSQL RPM Building Project - Yum Repository

2017-06-16 Thread Cook, Malcolm
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