diff options
author | Neil Conway <neilc@samurai.com> | 2005-07-19 01:27:59 +0000 |
---|---|---|
committer | Neil Conway <neilc@samurai.com> | 2005-07-19 01:27:59 +0000 |
commit | ca76df425bddc050d83546a7a137d7621491ebaa (patch) | |
tree | 32e1a06d308f558d3bd9cba39eafe15f9476aacc | |
parent | 37464a0326167ad57e54eb8aab2ae1f553252c39 (diff) | |
download | postgresql-ca76df425bddc050d83546a7a137d7621491ebaa.tar.gz postgresql-ca76df425bddc050d83546a7a137d7621491ebaa.zip |
Documentation tweak: make <command>CREATE OPERATOR CLASS</command> into
an <xref/>.
-rw-r--r-- | doc/src/sgml/xindex.sgml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/src/sgml/xindex.sgml b/doc/src/sgml/xindex.sgml index 5764198e271..6afcf752205 100644 --- a/doc/src/sgml/xindex.sgml +++ b/doc/src/sgml/xindex.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/xindex.sgml,v 1.40 2005/06/24 20:53:30 tgl Exp $ +$PostgreSQL: pgsql/doc/src/sgml/xindex.sgml,v 1.41 2005/07/19 01:27:59 neilc Exp $ --> <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 $ necessary to make manual additions to the system catalogs <classname>pg_amop</>, <classname>pg_amproc</>, and <classname>pg_opclass</> in order to create a user-defined - operator class. That approach is now deprecated in favor of - using <command>CREATE OPERATOR CLASS</>, which is a much simpler - and less error-prone way of creating the necessary catalog entries. + operator class. That approach is now deprecated in favor of using + <xref linkend="sql-createopclass" endterm="sql-createopclass-title">, + which is a much simpler and less error-prone way of creating the + necessary catalog entries. </para> </note> |