Re: 9.6.9 Default configuration for a default installation butdifferent with-krb-srvnam - Mailing list pgsql-general

From Laurenz Albe
Subject Re: 9.6.9 Default configuration for a default installation butdifferent with-krb-srvnam
Date
Msg-id b3005fe9e0b446b9c64ddb6fe08d9b03871bcbe7.camel@cybertec.at
Whole thread Raw
List pgsql-general
On Fri, 2019-04-26 at 20:25 +0000, Jean-Philippe Chenel wrote:
> > > 1. So my question is, how can I compile this version of postgresql (9.6.9) and have the same real things
> > > of the default previously installed version, but with the --with-krb-srvnam=POSTGRES_DEV to change the
> > > default user name? So one server will have the postgres user and the other one will have postgres_dev user.
> > 
> > You can run
> > 
> >   pg_config --configure
> > 
> > to see how PostgreSQL was configured.
>
> Do you know if it possible to run a query or something else because pg_config isn’t in the binaries.
> I’ve saw it but is was of version 10 or 11, not the 9.6

You have to install the package that contains the headers and development tools doe that.
Usually it is called *-dev or *-devel.

Yours,
Laurenz Albe
-- 
Cybertec | https://www.cybertec-postgresql.com




pgsql-general by date:

Previous
From: Rob Sargent
Date:
Subject: Re: Computed index on transformation of jsonb key set
Next
From: Andrew Gierth
Date:
Subject: Re: Computed index on transformation of jsonb key set