Commit 252f9a25 authored by Michael Paquier's avatar Michael Paquier

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
parent cd917ffb
......@@ -1730,7 +1730,10 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
<entry><structfield>relam</structfield></entry>
<entry><type>oid</type></entry>
<entry><literal><link linkend="catalog-pg-am"><structname>pg_am</structname></link>.oid</literal></entry>
<entry>If this is an index, the access method used (B-tree, hash, etc.)</entry>
<entry>
If this is a table or an index, the access method used (heap,
B-tree, hash, etc.)
</entry>
</row>
<row>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment