aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorThomas Munro <tmunro@postgresql.org>2020-11-20 21:49:57 +1300
committerThomas Munro <tmunro@postgresql.org>2020-11-20 21:49:57 +1300
commitca051d8b101d3205f1c5faf0d1da8a523ffc95a1 (patch)
tree58ebdd4f80cdff1d6f7c6406adeb9123201c0fd2 /doc/src
parenta4ef0329c27156dca81714854599e7d82becb17f (diff)
downloadpostgresql-ca051d8b101d3205f1c5faf0d1da8a523ffc95a1.tar.gz
postgresql-ca051d8b101d3205f1c5faf0d1da8a523ffc95a1.zip
Add collation versions for FreeBSD.
On FreeBSD 13, use querylocale() to read the current version of libc collations. Similar to commits 352f6f2d for Windows and d5ac14f9 for GNU/Linux. Discussion: https://postgr.es/m/CAEepm%3D0uEQCpfq_%2BLYFBdArCe4Ot98t1aR4eYiYTe%3DyavQygiQ%40mail.gmail.com
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/charset.sgml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/charset.sgml b/doc/src/sgml/charset.sgml
index 832a701523d..e151987eff6 100644
--- a/doc/src/sgml/charset.sgml
+++ b/doc/src/sgml/charset.sgml
@@ -973,7 +973,8 @@ CREATE COLLATION ignore_accents (provider = icu, locale = 'und-u-ks-level1-kc-tr
Version information is available from the
<literal>icu</literal> provider on all operating systems. For the
<literal>libc</literal> provider, versions are currently only available
- on systems using the GNU C library (most Linux systems) and Windows.
+ on systems using the GNU C library (most Linux systems), FreeBSD and
+ Windows.
</para>
<note>