unicode_version()

一个返回Unicode版本的函数

unicode_version() 是一个系统函数,它返回一个字符串,表示PostgreSQL使用的Unicode版本。

unicode_version()PostgreSQL 17 中被添加。

用法

unicode_version () → text

变更历史

示例

unicode_version() 的基本用法示例

postgres=# SELECT * FROM unicode_version();
 unicode_version 
-----------------
 15.1
(1 row)

分类

排序规则, 区域设置和字符集处理

另请参阅

icu_unicode_version(), unicode_version()

反馈

就 "unicode_version()" 提交任何评论、建议或更正,请点击 这里