Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 56b7862

Browse files
committed
Fix some documentation about access methods
Author: Guillaume Lelarge Discussion: https://postgr.es/m/CAECtzeWPz4JikzUqZdMjqPTe8dAP3nZxPD-58Y-Hhvirg0fF+A@mail.gmail.com
1 parent f73293a commit 56b7862

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/src/sgml/catalogs.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
<row>
5959
<entry><link linkend="catalog-pg-am"><structname>pg_am</structname></link></entry>
60-
<entry>index access methods</entry>
60+
<entry>relation access methods</entry>
6161
</row>
6262

6363
<row>

doc/src/sgml/tablesample-method.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ NextSampleTuple (SampleScanState *node,
264264
requests to sample missing or invisible tuples; that should not result in
265265
any bias in the sample. However, if necessary, the function can use
266266
<literal>node-&gt;donetuples</literal> to examine how many of the tuples
267-
it returned were vlaid and visible.
267+
it returned were valid and visible.
268268
</para>
269269
</note>
270270

0 commit comments

Comments
 (0)