diff options
Diffstat (limited to 'doc/src/sgml/ref/alter_collation.sgml')
-rw-r--r-- | doc/src/sgml/ref/alter_collation.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/alter_collation.sgml b/doc/src/sgml/ref/alter_collation.sgml index 892c4665655..a8c831d7286 100644 --- a/doc/src/sgml/ref/alter_collation.sgml +++ b/doc/src/sgml/ref/alter_collation.sgml @@ -151,7 +151,8 @@ HINT: Rebuild all objects affected by this collation and run ALTER COLLATION pg </para> </note> <para> - Currently, there is no version tracking for the database default collation. + For the database default collation, there is an analogous command + <literal>ALTER DATABASE ... REFRESH COLLATION VERSION</literal>. </para> <para> |