Re: Typo fix in alter_table.sgml - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Typo fix in alter_table.sgml
Date
Msg-id CA+TgmoZo67p6oGrHyqFY-bD8g2yHViUKFKt+hyRFoNt1RKn+Pw@mail.gmail.com
Whole thread Raw
In response to Typo fix in alter_table.sgml  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: Typo fix in alter_table.sgml
List pgsql-hackers
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



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Parallel Seq Scan
Next
From: Robert Haas
Date:
Subject: Re: Improving RLS qual pushdown