Correct docs for the default locale_provider of a new database.
authorJeff Davis <jdavis@postgresql.org>
Tue, 14 Feb 2023 01:14:44 +0000 (17:14 -0800)
committerJeff Davis <jdavis@postgresql.org>
Tue, 14 Feb 2023 01:16:13 +0000 (17:16 -0800)
commita8a44828a2e15c95a15549063205b779f7055f1c
tree30e565912561bf0f7c98727b5d03c9bf79fa0631
parente9a20e451f3aa0b64da807338012c65d8664d0ac
Correct docs for the default locale_provider of a new database.

If the locale provider is not specified, it defaults to be the same as
the template from which it was created. Previously, the documentation
said the default was libc.

Also adjust wording of CREATE DATABASE and CREATE COLLATION docs to be
definite that there are exactly two possible collation providers.

Discussion: https://postgr.es/m/6befdaada61c046b67f3b269f7fa6f069a35803e.camel%40j-davis.com
Reviewed-by: Nathan Bossart
doc/src/sgml/ref/create_collation.sgml
doc/src/sgml/ref/create_database.sgml