On 06.06.23 03:21, Thomas Munro wrote:
On Mon, Jun 5, 2023 at 12:56 PM Daniel Verite wrote:
postgres=# select collversion,count(*) from pg_collation group by
collversion;
collversion | count
---+---
| 5
1539.5,1539.5 | 1457
(2 rows)
According to [1] t
On Mon, Jun 5, 2023 at 12:56 PM Daniel Verite wrote:
> postgres=# select collversion,count(*) from pg_collation group by
> collversion;
> collversion | count
> ---+---
>| 5
> 1539.5,1539.5 | 1457
> (2 rows)
>
> According to [1] the second number is obsolete
Hi,
Currently the libc collation version for Windows has two components
coming from the NLSVERSIONINFOEX structure [1]
dwNLSVersion and dwDefinedVersion
So we get version numbers looking like this (with 16 beta1):
postgres=# select collversion,count(*) from pg_collation group by
collversion;
c