diff options
-rw-r--r-- | doc/src/sgml/catalogs.sgml | 5 |
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><iteration count></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> |