mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
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.
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user