Re: extract properties from certificates

2018-02-25 Thread Adrian Klaver
On 02/25/2018 10:11 AM, jotpe wrote: This should eliminate this: /usr/bin/install: Neu erstelltes '/usr/share/postgresql/9.6/extension/bignum--0.8.0.sql' wird nicht mit './/sql/bignum--0.8.0.sql' überschrieben. /usr/lib/postgresql/9.6/lib/pgxs/src/makefiles/pgxs.mk:114: die Regel für Zie

Re: extract properties from certificates

2018-02-25 Thread jotpe
Am 25.02.2018 um 16:42 schrieb Adrian Klaver: On 02/25/2018 12:26 AM, jotpe wrote: I could compile the pg-cert extension package, but postgresql 9.6 refused to install it. create extension cert; FEHLER:  geschachteltes CREATE EXTENSION wird nicht unterstützt means "ERROR: nested CREATE EXTEN

Re: extract properties from certificates

2018-02-25 Thread Adrian Klaver
On 02/25/2018 12:26 AM, jotpe wrote: I could compile the pg-cert extension package, but postgresql 9.6 refused to install it. create extension cert; FEHLER:  geschachteltes CREATE EXTENSION wird nicht unterstützt means "ERROR: nested CREATE EXTENSION is not supported" At line 12 in /usr/share/

Re: extract properties from certificates

2018-02-25 Thread jotpe
I could compile the pg-cert extension package, but postgresql 9.6 refused to install it. create extension cert; FEHLER: geschachteltes CREATE EXTENSION wird nicht unterstützt means "ERROR: nested CREATE EXTENSION is not supported" At line 12 in /usr/share/postgresql/9.6/extension/cert--0.1.1.s

Re: extract properties from certificates

2018-02-24 Thread jotpe
Am 24.02.2018 um 16:58 schrieb Tom Lane: jotpe writes: I found the pg-cert extension at https://github.com/beargiles/pg-cert I have trouble to compile it. When I enter "make" following error message appears: Makefile:29: /usr/lib/postgresql/9.6/lib/pgxs/src/makefiles/pgxs.mk: Datei oder Verze

Re: extract properties from certificates

2018-02-24 Thread Tom Lane
jotpe writes: > I found the pg-cert extension at https://github.com/beargiles/pg-cert > I have trouble to compile it. When I enter "make" following error > message appears: > Makefile:29: /usr/lib/postgresql/9.6/lib/pgxs/src/makefiles/pgxs.mk: > Datei oder Verzeichnis nicht gefunden > make: ***

extract properties from certificates

2018-02-24 Thread jotpe
Hello, I want to extract properties from x.509 certificates stored in a bytea column. I found the pg-cert extension at https://github.com/beargiles/pg-cert I have trouble to compile it. When I enter "make" following error message appears: Makefile:29: /usr/lib/postgresql/9.6/lib/pgxs/src/ma