Doc fix for CREATE DATABASE

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Doc fix for CREATE DATABASE
Date: 2023-02-10 19:05:55
Message-ID: 6befdaada61c046b67f3b269f7fa6f069a35803e.camel@j-davis.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
v1-0001-Correct-docs-for-the-default-locale_provider-of-a.patch text/x-patch 2.8 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Corey Huinker 2023-02-10 19:08:35 Re: appendBinaryStringInfo stuff
Previous Message Nathan Bossart 2023-02-10 18:51:20 Re: pg_usleep for multisecond delays