From ca76df425bddc050d83546a7a137d7621491ebaa Mon Sep 17 00:00:00 2001
From: Neil Conway
Date: Tue, 19 Jul 2005 01:27:59 +0000
Subject: Documentation tweak: make CREATE OPERATOR CLASS
into an .
---
doc/src/sgml/xindex.sgml | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
(limited to 'doc/src')
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 @@
@@ -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
pg_amop>, pg_amproc>, and
pg_opclass> in order to create a user-defined
- operator class. That approach is now deprecated in favor of
- using 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
+ ,
+ which is a much simpler and less error-prone way of creating the
+ necessary catalog entries.
--
cgit v1.2.3