Re: Regression test order

2019-04-20 Thread Bruce Momjian
On Thu, Apr 18, 2019 at 03:39:43PM -0400, Bruce Momjian wrote: > In our documentation, we list the ICU test first, but reference the > non-ICU test first in the paragraph below it. This patch makes the docs > consistent. Applied through PG 10. -- Bruce Momjian http://momjian.us Ent

Re: SSL string

2019-04-20 Thread Bruce Momjian
On Sat, Apr 20, 2019 at 02:02:08AM +, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/11/ssl-tcp.html > Description: > > In Section 18.9, the example showing how to create an SSL certificate: > > open

SSL string

2019-04-20 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/ssl-tcp.html Description: In Section 18.9, the example showing how to create an SSL certificate: openssl req -new -x509 -days 365 -nodes -text -out server.crt \ -keyout server.key -subj