Re: [HACKERS] Typo fix in alter_table.sgml

2015-01-14 Thread Michael Paquier
Robert Haas wrote: > But that's not a "typo" as stated in $SUBJECT but rather a "markup fix". Definitely. Thanks. -- Michael -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers

Re: [HACKERS] Typo fix in alter_table.sgml

2015-01-14 Thread Robert Haas
On Wed, Jan 14, 2015 at 2:55 AM, Michael Paquier wrote: > I noticed that SET STATISTICS was not in a block in > alter_table.sgml: > > - SET STATISTICS acquires a SHARE UPDATE EXCLUSIVE > lock. > + SET STATISTICS acquires a > + SHARE UPDATE EXCLUSIVE lock. > > That's

[HACKERS] Typo fix in alter_table.sgml

2015-01-13 Thread Michael Paquier
Hi all, I noticed that SET STATISTICS was not in a block in alter_table.sgml: - SET STATISTICS acquires a SHARE UPDATE EXCLUSIVE lock. + SET STATISTICS acquires a + SHARE UPDATE EXCLUSIVE lock. That's a small detail, still.. Patch is attached. Regards, -- Michael dif