mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Revert "pg_collation_actual_version() -> pg_collation_current_version()."
This reverts commit 9cf184cc05
. Name
change less well received than anticipated.
Discussion: https://postgr.es/m/afcfb97e-88a1-a540-db95-6c573b93bc2b%40eisentraut.org
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user