pgsql-server: This patch attempts to note the use of the root.crt file - Mailing list pgsql-committers

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql-server: This patch attempts to note the use of the root.crt file
Date
Msg-id 20040923131607.A1AB9329E5A@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
This patch attempts to note the use of the root.crt file in the server.
Given that PostgreSQL will output a message complaining about it's
absence if you're using SSL mode, I feel it's important that it gets a
mention in the documentation at some point.

Dominic Mitchell

Modified Files:
--------------
    pgsql-server/doc/src/sgml:
        runtime.sgml (r1.282 -> r1.283)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/doc/src/sgml/runtime.sgml.diff?r1=1.282&r2=1.283)
    pgsql-server/src/include:
        c.h (r1.172 -> r1.173)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/include/c.h.diff?r1=1.172&r2=1.173)

pgsql-committers by date:

Previous
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql-server: Update CREATE TABLE AS docs to reflect the fact that
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql-server: This patch logs the error code in the default case, so