aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2019-05-29 11:37:37 -0400
committerMichael Paquier <michael@paquier.xyz>2019-05-29 11:37:37 -0400
commit56b78626c7288fad498c0fae7fe4fd1f240ed13f (patch)
tree3634d93aea9a6983dacd733ff49d191c8f476fe1 /doc/src
parentf73293aba4d43e48707e361b2b1ef1465fef46e0 (diff)
downloadpostgresql-56b78626c7288fad498c0fae7fe4fd1f240ed13f.tar.gz
postgresql-56b78626c7288fad498c0fae7fe4fd1f240ed13f.zip
Fix some documentation about access methods
Author: Guillaume Lelarge Discussion: https://postgr.es/m/CAECtzeWPz4JikzUqZdMjqPTe8dAP3nZxPD-58Y-Hhvirg0fF+A@mail.gmail.com
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/catalogs.sgml2
-rw-r--r--doc/src/sgml/tablesample-method.sgml2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml
index 4c7e93892ab..36193d14910 100644
--- a/doc/src/sgml/catalogs.sgml
+++ b/doc/src/sgml/catalogs.sgml
@@ -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>
diff --git a/doc/src/sgml/tablesample-method.sgml b/doc/src/sgml/tablesample-method.sgml
index 880e42c9509..68eea680775 100644
--- a/doc/src/sgml/tablesample-method.sgml
+++ b/doc/src/sgml/tablesample-method.sgml
@@ -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>