From 159e3d86292cfec2a2828f9f69ac7a6cb1be242d Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 26 Jan 2011 09:22:21 -0500 Subject: 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. --- doc/src/sgml/ref/create_opclass.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/ref/create_opclass.sgml') 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 name [ DEFAUL The following example command defines a GiST index operator class - for the data type _int4 (array of int4). See - contrib/intarray/ for the complete example. + for the data type _int4 (array of int4). See the + module for the complete example. -- cgit v1.2.3