Doc fix for CREATE DATABASE - Mailing list pgsql-hackers

From Jeff Davis
Subject Doc fix for CREATE DATABASE
Date
Msg-id 6befdaada61c046b67f3b269f7fa6f069a35803e.camel@j-davis.com
Whole thread Raw
Responses Re: Doc fix for CREATE DATABASE
List pgsql-hackers
Right now, it says that the default locale_provider is libc; but
actually it's the same as the template from which the database is
created.

Doc patch attached.

I also adjusted the wording of both CREATE DATABASE and CREATE
COLLATION to be more definite that there are two providers.

--
Jeff Davis
PostgreSQL Contributor Team - AWS



Attachment

pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: pg_usleep for multisecond delays
Next
From: Corey Huinker
Date:
Subject: Re: appendBinaryStringInfo stuff