1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/xindex.sgml,v 1.40 2005/06/24 20:53:30 tgl Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/xindex.sgml,v 1.41 2005/07/19 01:27:59 neilc Exp $
3
3
-->
4
4
5
5
<sect1 id="xindex">
@@ -26,9 +26,10 @@ $PostgreSQL: pgsql/doc/src/sgml/xindex.sgml,v 1.40 2005/06/24 20:53:30 tgl Exp $
26
26
necessary to make manual additions to the system catalogs
27
27
<classname>pg_amop</>, <classname>pg_amproc</>, and
28
28
<classname>pg_opclass</> in order to create a user-defined
29
- operator class. That approach is now deprecated in favor of
30
- using <command>CREATE OPERATOR CLASS</>, which is a much simpler
31
- and less error-prone way of creating the necessary catalog entries.
29
+ operator class. That approach is now deprecated in favor of using
30
+ <xref linkend="sql-createopclass" endterm="sql-createopclass-title">,
31
+ which is a much simpler and less error-prone way of creating the
32
+ necessary catalog entries.
32
33
</para>
33
34
</note>
34
35