Re: COMMENT ON lock

2022-01-20 Thread Michael Paquier
On Wed, Jan 19, 2022 at 01:45:07PM +0900, Michael Paquier wrote: > No objections to add more details for all that. Will fix. And done as of b2a76bb. -- Michael signature.asc Description: PGP signature

Re: COMMENT ON lock

2022-01-18 Thread Michael Paquier
On Tue, Jan 18, 2022 at 03:37:35PM +0100, Laurenz Albe wrote: > On Tue, 2022-01-18 at 14:11 +, nikolai.berkoff wrote: >> I wanted to know what lock the COMMENT ON command took and I had to look in >> the >> source code, makes sense to me that it should be documented.  I've also added >> it to

Re: COMMENT ON lock

2022-01-18 Thread Laurenz Albe
On Tue, 2022-01-18 at 14:11 +, nikolai.berkoff wrote: > I wanted to know what lock the COMMENT ON command took and I had to look in > the > source code, makes sense to me that it should be documented.  I've also added > it to the list of commands that take a SHARE UPDATE EXCLUSIVE lock. +1, b

COMMENT ON lock

2022-01-18 Thread nikolai.berkoff
I wanted to know what lock the COMMENT ON command took and I had to look in the source code, makes sense to me that it should be documented. I've also added it to the list of commands that take a SHARE UPDATE EXCLUSIVE lock. Regards, Nikolaidiff --git i/doc/src/sgml/mvcc.sgml w/doc/src/sgml/m