diff options
author | Thomas Munro <tmunro@postgresql.org> | 2021-02-22 23:02:52 +1300 |
---|---|---|
committer | Thomas Munro <tmunro@postgresql.org> | 2021-02-22 23:32:16 +1300 |
commit | 9cf184cc0599b6e65e7e5ecd9d91cd42e278bcd8 (patch) | |
tree | ae3abf3ee82a719104ed9af885ef82a89dd0e9c2 /doc/src | |
parent | 0fb0a0503bfc125764c8dba4f515058145dc7f8b (diff) | |
download | postgresql-9cf184cc0599b6e65e7e5ecd9d91cd42e278bcd8.tar.gz postgresql-9cf184cc0599b6e65e7e5ecd9d91cd42e278bcd8.zip |
pg_collation_actual_version() -> pg_collation_current_version().
The new name seems a bit more natural.
Discussion: https://postgr.es/m/20210117215940.GE8560%40telsasoft.com
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/func.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 1ab31a90561..d8224272a57 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -26227,14 +26227,14 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup()); <row> <entry role="func_table_entry"><para role="func_signature"> <indexterm> - <primary>pg_collation_actual_version</primary> + <primary>pg_collation_current_version</primary> </indexterm> - <function>pg_collation_actual_version</function> ( <type>oid</type> ) + <function>pg_collation_current_version</function> ( <type>oid</type> ) <returnvalue>text</returnvalue> </para> <para> - Returns the actual version of the collation object as it is currently - installed in the operating system. <literal>null</literal> is returned + Returns the version of the collation object as reported by the ICU + library or operating system. <literal>null</literal> is returned on operating systems where <productname>PostgreSQL</productname> doesn't have support for versions. </para></entry> |