diff options
-rw-r--r-- | doc/src/sgml/catalogs.sgml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index d37549cbbe8..0f0a10f63c7 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -1427,8 +1427,7 @@ <para> The catalog <structname>pg_cast</structname> stores data type conversion - paths, both built-in paths and those defined with - <xref linkend="sql-createcast">. + paths, both built-in and user-defined. </para> <para> |