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

From Michael Paquier
Subject Typo fix in alter_table.sgml
Date
Msg-id CAB7nPqSUHd5DF48oppPMdiwpb1PGYsO+qR6mLe=3rKePZ6hz-g@mail.gmail.com
Whole thread Raw
Responses Re: Typo fix in alter_table.sgml
List 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

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: PATCH: Reducing lock strength of trigger and foreign key DDL
Next
From: Kyotaro HORIGUCHI
Date:
Subject: Re: Async execution of postgres_fdw.