Fix some documentation about access methods
authorMichael Paquier
Wed, 29 May 2019 15:37:37 +0000 (11:37 -0400)
committerMichael Paquier
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 @@
 
      
       pg_am
-      index access methods
+      relation access methods
      
 
      
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
     node->donetuples to examine how many of the tuples
-    it returned were vlaid and visible.
+    it returned were valid and visible.