aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2019-06-20 13:04:56 +0900
committerMichael Paquier <michael@paquier.xyz>2019-06-20 13:04:56 +0900
commit252f9a2580b013fe45ba28bb6d7a4994abc93bb5 (patch)
tree23d37925288f08c09d1f0c07c27578a37b47552f /doc/src
parentcd917ffb9a43e9e4699c2a89d495ee02a8701034 (diff)
downloadpostgresql-252f9a2580b013fe45ba28bb6d7a4994abc93bb5.tar.gz
postgresql-252f9a2580b013fe45ba28bb6d7a4994abc93bb5.zip
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
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/catalogs.sgml5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml
index 1300c7bbaa3..f2b9d404cb6 100644
--- a/doc/src/sgml/catalogs.sgml
+++ b/doc/src/sgml/catalogs.sgml
@@ -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>