Doc fix for CREATE DATABASE
Jeff Davis <pgsql@j-davis.com>
From: Jeff Davis <pgsql@j-davis.com>
To: pgsql-hackers@postgresql.org
Date: 2023-02-10T19:05:55Z
Lists: pgsql-hackers
Attachments
- v1-0001-Correct-docs-for-the-default-locale_provider-of-a.patch (text/x-patch) patch v1-0001
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
Commits
-
Correct docs for the default locale_provider of a new database.
- a8a44828a2e1 16.0 landed