Обсуждение: Typo fix in alter_table.sgml

Поиск
Список
Период
Сортировка

Typo fix in alter_table.sgml

От
Michael Paquier
Дата:
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

Вложения

Re: Typo fix in alter_table.sgml

От
Robert Haas
Дата:
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



Re: Typo fix in alter_table.sgml

От
Michael Paquier
Дата:
Robert Haas wrote:
> But that's not a "typo" as stated in $SUBJECT but rather a "markup fix".
Definitely. Thanks.
-- 
Michael