Typo fix in alter_table.sgml

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Typo fix in alter_table.sgml
Date: 2015-01-14 07:55:58
Message-ID: CAB7nPqSUHd5DF48oppPMdiwpb1PGYsO+qR6mLe=3rKePZ6hz-g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
20150114_altertable_docfix.patch text/x-patch 598 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kyotaro HORIGUCHI 2015-01-14 08:24:50 Re: Async execution of postgres_fdw.
Previous Message Michael Paquier 2015-01-14 07:48:00 Re: PATCH: Reducing lock strength of trigger and foreign key DDL