aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorThomas Munro <tmunro@postgresql.org>2021-02-26 15:29:27 +1300
committerThomas Munro <tmunro@postgresql.org>2021-02-26 15:29:27 +1300
commit8556267b2b1b8e1c26037c4c25cf390ee5afb5d9 (patch)
treec6db2301e5a3a8339ce3ccb1530711fc6fa42aae /doc/src
parent80ca8464fe02296c8efefd53746e6d6a3f456d1e (diff)
downloadpostgresql-8556267b2b1b8e1c26037c4c25cf390ee5afb5d9.tar.gz
postgresql-8556267b2b1b8e1c26037c4c25cf390ee5afb5d9.zip
Revert "pg_collation_actual_version() -> pg_collation_current_version()."
This reverts commit 9cf184cc0599b6e65e7e5ecd9d91cd42e278bcd8. Name change less well received than anticipated. Discussion: https://postgr.es/m/afcfb97e-88a1-a540-db95-6c573b93bc2b%40eisentraut.org
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/func.sgml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index c5048a19988..08f08322ca5 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -26238,14 +26238,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_current_version</primary>
+ <primary>pg_collation_actual_version</primary>
</indexterm>
- <function>pg_collation_current_version</function> ( <type>oid</type> )
+ <function>pg_collation_actual_version</function> ( <type>oid</type> )
<returnvalue>text</returnvalue>
</para>
<para>
- Returns the version of the collation object as reported by the ICU
- library or operating system. <literal>null</literal> is returned
+ Returns the actual version of the collation object as it is currently
+ installed in the operating system. <literal>null</literal> is returned
on operating systems where <productname>PostgreSQL</productname>
doesn't have support for versions.
</para></entry>