Thread
Commits
-
doc: Fix description of deterministic flag of CREATE COLLATION
- 4b451fd31d97 12.19 landed
- 31d00d838e0e 13.15 landed
- 9a8b3525e8a9 14.12 landed
- da55e4cd1f40 15.7 landed
- ec235d864917 16.3 landed
- 4a65e1c21290 17.0 landed
-
doc: Fix description of configure --with-icu option
- 0e66ed142106 16.3 landed
- 9c1d1bde4487 17.0 landed
-
small documentation fixes related to collations/ICU
Peter Eisentraut <peter@eisentraut.org> — 2024-04-29T07:05:46Z
I found two mistakes related to collation and/or ICU support in the documentation that should probably be fixed and backpatched. See attached patches.
-
Re: small documentation fixes related to collations/ICU
Kashif Zeeshan <kashi.zeeshan@gmail.com> — 2024-04-29T07:18:32Z
Looks good. On Mon, Apr 29, 2024 at 12:05 PM Peter Eisentraut <peter@eisentraut.org> wrote: > I found two mistakes related to collation and/or ICU support in the > documentation that should probably be fixed and backpatched. See > attached patches.
-
Re: small documentation fixes related to collations/ICU
Peter Eisentraut <peter@eisentraut.org> — 2024-05-02T06:35:56Z
On 29.04.24 09:18, Kashif Zeeshan wrote: > Looks good. > > On Mon, Apr 29, 2024 at 12:05 PM Peter Eisentraut <peter@eisentraut.org > <mailto:peter@eisentraut.org>> wrote: > > I found two mistakes related to collation and/or ICU support in the > documentation that should probably be fixed and backpatched. See > attached patches. Committed, thanks.