On Mon, Jan 15, 2018 at 07:22:38PM -0500, Bruce Momjian wrote:
> I asked Stephen Frost and David Steele for details on the arcane art of
> SSL certificate creation. They showed me scripts they use and explained
> that they properly pass intermediate certificates to clients. The trick
> was to use
We have been confused by the behavior of intermediate certificates in
Postgres for many years. Some people put the intermediate certificates
only on the server and they were supplied to the client, while other
people couldn't get that to work. In our documentation we recommended
storing intermedi
=?utf-8?q?PG_Doc_comments_form?= writes:
> So I was trying to create a new db with initdb. I tried to run this with
> the postgres user after installing the server rpm and it failed with runuser
> may not be run as non-root users. So then for fun I tried to run init db
> as the root user which
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/9.6/static/app-initdb.html
Description:
So I was trying to create a new db with initdb. I tried to run this with
the postgres user after installing the server rpm and it failed with runuser