Skip to content

Commit 48e87d7

Browse files
committed
fix doc
1 parent e94f28b commit 48e87d7

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

doc/src/sgml/catalogs.sgml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -597,16 +597,10 @@
597597
The catalog <structname>pg_am</structname> stores information about
598598
relation access methods. There is one row for each access method supported
599599
by the system.
600-
<<<<<<< HEAD
601-
Currently, only tables and indexes have access methods. The requirements for table
602-
and index access methods are discussed in detail in <xref linkend="tableam"/> and
603-
<xref linkend="indexam"/> respectively.
604-
=======
605-
Currently, compression and index access methods are supported.
606-
The requirements for index access methods are discussed in detail
607-
in <xref linkend="indexam"/>, for compression access methods
608-
could be found in <xref linkend="compression-am"/>.
609-
>>>>>>> Add documentation for custom compression methods
600+
Currently, there are tables, indexes and compression access methods.
601+
The requirements for table, index and compression access methods
602+
are discussed in detail in <xref linkend="tableam"/>,
603+
<xref linkend="indexam"/> and <xref linkend="compression-am"/> respectively.
610604
</para>
611605

612606
<table>

0 commit comments

Comments
 (0)