Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 252f9a2

Browse files
committed
Fix description of pg_class.relam for table access methods
Author: Ian Barwick Discussion: https://postgr.es/m/087a6961-1aaf-e36c-b712-bd5a644da20a@2ndquadrant.com
1 parent cd917ff commit 252f9a2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/src/sgml/catalogs.sgml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1730,7 +1730,10 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
17301730
<entry><structfield>relam</structfield></entry>
17311731
<entry><type>oid</type></entry>
17321732
<entry><literal><link linkend="catalog-pg-am"><structname>pg_am</structname></link>.oid</literal></entry>
1733-
<entry>If this is an index, the access method used (B-tree, hash, etc.)</entry>
1733+
<entry>
1734+
If this is a table or an index, the access method used (heap,
1735+
B-tree, hash, etc.)
1736+
</entry>
17341737
</row>
17351738

17361739
<row>

0 commit comments

Comments
 (0)