From 9cf184cc0599b6e65e7e5ecd9d91cd42e278bcd8 Mon Sep 17 00:00:00 2001 From: Thomas Munro Date: Mon, 22 Feb 2021 23:02:52 +1300 Subject: 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 --- doc/src/sgml/func.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/src') 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()); - pg_collation_actual_version + pg_collation_current_version - pg_collation_actual_version ( oid ) + pg_collation_current_version ( oid ) text - Returns the actual version of the collation object as it is currently - installed in the operating system. null is returned + Returns the version of the collation object as reported by the ICU + library or operating system. null is returned on operating systems where PostgreSQL doesn't have support for versions. -- cgit v1.2.3