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
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
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