Typo fix in alter_table.sgml
Started by Michael Paquierover 11 years ago3 messageshackers
Hi all,
I noticed that SET STATISTICS was not in a <literal> block in alter_table.sgml:
<para>
- SET STATISTICS acquires a <literal>SHARE UPDATE EXCLUSIVE</literal> lock.
+ <literal>SET STATISTICS</literal> acquires a
+ <literal>SHARE UPDATE EXCLUSIVE</literal> lock.
</para>
That's a small detail, still.. Patch is attached.
Regards,
--
Michael
Attachments:
20150114_altertable_docfix.patchtext/x-patch; charset=US-ASCII; name=20150114_altertable_docfix.patchDownload+2-1
Re: Typo fix in alter_table.sgml
On Wed, Jan 14, 2015 at 2:55 AM, Michael Paquier
<michael.paquier@gmail.com> wrote:
I noticed that SET STATISTICS was not in a <literal> block in alter_table.sgml: <para> - SET STATISTICS acquires a <literal>SHARE UPDATE EXCLUSIVE</literal> lock. + <literal>SET STATISTICS</literal> acquires a + <literal>SHARE UPDATE EXCLUSIVE</literal> lock. </para> That's a small detail, still.. Patch is attached.
OK, committed. But that's not a "typo" as stated in $SUBJECT but
rather a "markup fix".
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
Re: Typo fix in alter_table.sgml
Robert Haas wrote:
But that's not a "typo" as stated in $SUBJECT but rather a "markup fix".
Definitely. Thanks.
--
Michael
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers