mirror of
https://github.com/postgres/postgres.git
synced 2026-01-05 23:38:41 +03:00
Add collation versions for FreeBSD.
On FreeBSD 13, use querylocale() to read the current version of libc collations. Similar to commits352f6f2dfor Windows andd5ac14f9for GNU/Linux. Discussion: https://postgr.es/m/CAEepm%3D0uEQCpfq_%2BLYFBdArCe4Ot98t1aR4eYiYTe%3DyavQygiQ%40mail.gmail.com
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user