Re: Typo fix in alter_table.sgml

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Typo fix in alter_table.sgml
Date: 2015-01-14 21:41:59
Message-ID: CA+TgmoZo67p6oGrHyqFY-bD8g2yHViUKFKt+hyRFoNt1RKn+Pw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Jan 14, 2015 at 2:55 AM, Michael Paquier
<michael(dot)paquier(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2015-01-14 21:42:28 Re: Improving RLS qual pushdown
Previous Message Robert Haas 2015-01-14 21:25:52 Re: Parallel Seq Scan