Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/tsm-system-rows.sgml')
-rw-r--r--doc/src/sgml/tsm-system-rows.sgml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/tsm-system-rows.sgml b/doc/src/sgml/tsm-system-rows.sgml
index 93aa5366649..8504ee1281e 100644
--- a/doc/src/sgml/tsm-system-rows.sgml
+++ b/doc/src/sgml/tsm-system-rows.sgml
@@ -8,9 +8,9 @@
</indexterm>
<para>
- The <filename>tsm_system_rows</> module provides the table sampling method
+ The <filename>tsm_system_rows</filename> module provides the table sampling method
<literal>SYSTEM_ROWS</literal>, which can be used in
- the <literal>TABLESAMPLE</> clause of a <xref linkend="sql-select">
+ the <literal>TABLESAMPLE</literal> clause of a <xref linkend="sql-select">
command.
</para>
@@ -38,7 +38,7 @@
<para>
Here is an example of selecting a sample of a table with
- <literal>SYSTEM_ROWS</>. First install the extension:
+ <literal>SYSTEM_ROWS</literal>. First install the extension:
</para>
<programlisting>
@@ -55,7 +55,7 @@ SELECT * FROM my_table TABLESAMPLE SYSTEM_ROWS(100);
<para>
This command will return a sample of 100 rows from the
- table <structname>my_table</> (unless the table does not have 100
+ table <structname>my_table</structname> (unless the table does not have 100
visible rows, in which case all its rows are returned).
</para>
</sect2>