Re: Installing extension temporal_tables for PG13

2023-11-29 Thread H
On 11/28/2023 12:38 AM, Adrian Klaver wrote: > On 11/27/23 18:18, H wrote: >> On November 27, 2023 8:48:35 PM GMT-05:00, Adrian Klaver >> wrote: >>> On 11/27/23 17:41, H wrote: On 11/27/2023 08:38 PM, Adrian Klaver wrote: > On 11/27/23 17:17, H wrote: > >>> I don't use PGXN so I am flyin

Re: Installing extension temporal_tables for PG13

2023-11-27 Thread Adrian Klaver
On 11/27/23 18:18, H wrote: On November 27, 2023 8:48:35 PM GMT-05:00, Adrian Klaver wrote: On 11/27/23 17:41, H wrote: On 11/27/2023 08:38 PM, Adrian Klaver wrote: On 11/27/23 17:17, H wrote: I don't use PGXN so I am flying blind here. You may need to do: sudo pgxn install temporal_tabl

Re: Installing extension temporal_tables for PG13

2023-11-27 Thread H
On November 27, 2023 8:48:35 PM GMT-05:00, Adrian Klaver wrote: >On 11/27/23 17:41, H wrote: >> On 11/27/2023 08:38 PM, Adrian Klaver wrote: >>> On 11/27/23 17:17, H wrote: > I have both make and gmake installed on the system but the issue >seems to be that the file pgxs.mk does not exist? I

Re: Installing extension temporal_tables for PG13

2023-11-27 Thread Adrian Klaver
On 11/27/23 17:41, H wrote: On 11/27/2023 08:38 PM, Adrian Klaver wrote: On 11/27/23 17:17, H wrote: I have both make and gmake installed on the system but the issue seems to be that the file pgxs.mk does not exist? In fact, I can see that /usr/pgsql-13/lib/pgxs directory does not exist. S

Re: Installing extension temporal_tables for PG13

2023-11-27 Thread H
On 11/27/2023 08:38 PM, Adrian Klaver wrote: > On 11/27/23 17:17, H wrote: >> On 11/27/2023 07:26 PM, Adrian Klaver wrote: >>> On 11/27/23 16:18, H wrote: >>> The link to the pgxn client on the arkhipov's page leads to a non-functioning website: pgxnclient.projects.pgfoundry.org. >>

Re: Installing extension temporal_tables for PG13

2023-11-27 Thread Adrian Klaver
On 11/27/23 17:17, H wrote: On 11/27/2023 07:26 PM, Adrian Klaver wrote: On 11/27/23 16:18, H wrote: The link to the pgxn client on the arkhipov's page leads to a non-functioning website: pgxnclient.projects.pgfoundry.org. Does anyone if the pgxn client can be found somewhere else? Or: h

Re: Installing extension temporal_tables for PG13

2023-11-27 Thread H
On 11/27/2023 07:26 PM, Adrian Klaver wrote: > On 11/27/23 16:18, H wrote: > >> The link to the pgxn client on the arkhipov's page leads to a >> non-functioning website: pgxnclient.projects.pgfoundry.org. >> >> Does anyone if the pgxn client can be found somewhere else? >> > > Or: > > https://pgxn

Re: Installing extension temporal_tables for PG13

2023-11-27 Thread Adrian Klaver
On 11/27/23 16:18, H wrote: The link to the pgxn client on the arkhipov's page leads to a non-functioning website: pgxnclient.projects.pgfoundry.org. Does anyone if the pgxn client can be found somewhere else? Or: https://pgxn.github.io/pgxnclient/ -- Adrian Klaver adrian.kla...@aklaver.c

Re: Installing extension temporal_tables for PG13

2023-11-27 Thread Adrian Klaver
On 11/27/23 16:18, H wrote: On November 27, 2023 6:58:40 PM GMT-05:00, Adrian Klaver wrote: The link to the pgxn client on the arkhipov's page leads to a non-functioning website: pgxnclient.projects.pgfoundry.org. Does anyone if the pgxn client can be found somewhere else? https://

Re: Installing extension temporal_tables for PG13

2023-11-27 Thread H
On November 27, 2023 6:58:40 PM GMT-05:00, Adrian Klaver wrote: >On 11/27/23 15:37, H wrote: >> Running Centos7 and PG13. I'd like to install the temporal_tables >extension but it does not seem to exist in postgresql13-contrib. > >If it is not here: > >https://www.postgresql.org/docs/13/contrib.h

Re: Installing extension temporal_tables for PG13

2023-11-27 Thread Adrian Klaver
On 11/27/23 15:37, H wrote: Running Centos7 and PG13. I'd like to install the temporal_tables extension but it does not seem to exist in postgresql13-contrib. If it is not here: https://www.postgresql.org/docs/13/contrib.html then it won't be in postgresql13-contrib. I did find the source

Installing extension temporal_tables for PG13

2023-11-27 Thread H
Running Centos7 and PG13. I'd like to install the temporal_tables extension but it does not seem to exist in postgresql13-contrib. I did find the source code at https://github.com/arkhipov3/temporal_tables which suggests to use the pgxn client to install it. The link to this client found on thi