File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 597
597
The catalog <structname>pg_am</structname> stores information about
598
598
relation access methods. There is one row for each access method supported
599
599
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.
610
604
</para>
611
605
612
606
<table>
You can’t perform that action at this time.
0 commit comments