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 6601b29f5f0eb3575ea02fe79e81c77010e20259.camel@cybertec.at
Whole thread Raw
In response to 9.6.9 Default configuration for a default installation but differentwith-krb-srvnam  (Jean-Philippe Chenel <jp.chenel@LIVE.CA>)
List pgsql-general
On Fri, 2019-04-26 at 13:18 +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.

> 2. I'm planning to shut down the postgresql service and then replace files generated by the make install
> command. After restarting the service, all will work  as expected with the same database objects that were running
before?

If you use the same major release and configured it identically on the same architecture, yes.

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




pgsql-general by date:

Previous
From: Jean-Philippe Chenel
Date:
Subject: 9.6.9 Default configuration for a default installation but differentwith-krb-srvnam
Next
From: Tom Lane
Date:
Subject: Re: Is _ a supported way to create a column of array type?