summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_opclass.sgml
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2011-01-26 09:22:21 -0500
committerBruce Momjian <bruce@momjian.us>2011-01-26 09:22:21 -0500
commit159e3d86292cfec2a2828f9f69ac7a6cb1be242d (patch)
treed393f08f82b4a7baee841cbed710334a1b0b1574 /doc/src/sgml/ref/create_opclass.sgml
parente84730a916bce0635eb78205d2ea4746ee664d68 (diff)
Update contrib documention mentions to point to actual documentation
sections, rather than just calling it "/contrib/module_name". Also update pg_test_fsync build instructions now that it is in /contrib.
Diffstat (limited to 'doc/src/sgml/ref/create_opclass.sgml')
-rw-r--r--doc/src/sgml/ref/create_opclass.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/create_opclass.sgml b/doc/src/sgml/ref/create_opclass.sgml
index eff585405cd..158740b6677 100644
--- a/doc/src/sgml/ref/create_opclass.sgml
+++ b/doc/src/sgml/ref/create_opclass.sgml
@@ -276,8 +276,8 @@ CREATE OPERATOR CLASS <replaceable class="parameter">name</replaceable> [ DEFAUL
<para>
The following example command defines a GiST index operator class
- for the data type <literal>_int4</> (array of <type>int4</type>). See
- <filename>contrib/intarray/</> for the complete example.
+ for the data type <literal>_int4</> (array of <type>int4</type>). See the
+ <xref linkend="intarray"> module for the complete example.
</para>
<programlisting>