diff options
author | Robert Haas <rhaas@postgresql.org> | 2015-01-14 16:40:58 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2015-01-14 16:40:58 -0500 |
commit | 73a8f5176ad980d1d2c265649757af3391079318 (patch) | |
tree | ab9c2e3011bd2a890d73a1babe8c86dd0b2ab94d | |
parent | 4a0a5f21fa05070295557ad6ac9b9bbe247938ad (diff) | |
download | postgresql-73a8f5176ad980d1d2c265649757af3391079318.tar.gz postgresql-73a8f5176ad980d1d2c265649757af3391079318.zip |
docs: Add missing <literal> markup.
Michael Paquier
-rw-r--r-- | doc/src/sgml/ref/alter_table.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml index b5ef09e6a4a..b3a49707135 100644 --- a/doc/src/sgml/ref/alter_table.sgml +++ b/doc/src/sgml/ref/alter_table.sgml @@ -190,7 +190,8 @@ ALTER TABLE ALL IN TABLESPACE <replaceable class="PARAMETER">name</replaceable> <xref linkend="planner-stats">. </para> <para> - SET STATISTICS acquires a <literal>SHARE UPDATE EXCLUSIVE</literal> lock. + <literal>SET STATISTICS</literal> acquires a + <literal>SHARE UPDATE EXCLUSIVE</literal> lock. </para> </listitem> </varlistentry> |