]> granicus.if.org Git - postgresql/commitdiff
Fix some documentation about access methods
authorMichael Paquier <michael@paquier.xyz>
Wed, 29 May 2019 15:37:37 +0000 (11:37 -0400)
committerMichael Paquier <michael@paquier.xyz>
Wed, 29 May 2019 15:37:37 +0000 (11:37 -0400)
Author: Guillaume Lelarge
Discussion: https://postgr.es/m/CAECtzeWPz4JikzUqZdMjqPTe8dAP3nZxPD-58Y-Hhvirg0fF+A@mail.gmail.com

doc/src/sgml/catalogs.sgml
doc/src/sgml/tablesample-method.sgml

index 4c7e93892ab2d57ed0c5facef44a6874f12a943a..36193d149106f0e705928344cc6f9c81a39e3e5f 100644 (file)
@@ -57,7 +57,7 @@
 
      <row>
       <entry><link linkend="catalog-pg-am"><structname>pg_am</structname></link></entry>
-      <entry>index access methods</entry>
+      <entry>relation access methods</entry>
      </row>
 
      <row>
index 880e42c9509f1dd5d3cbb0b57a0e4f08902814ff..68eea680775beb5e2405e5a1e59feefa3ee01894 100644 (file)
@@ -264,7 +264,7 @@ NextSampleTuple (SampleScanState *node,
     requests to sample missing or invisible tuples; that should not result in
     any bias in the sample.  However, if necessary, the function can use
     <literal>node-&gt;donetuples</literal> to examine how many of the tuples
-    it returned were vlaid and visible.
+    it returned were valid and visible.
    </para>
   </note>