Re: Simplify COMMENT and SECURITY LABEL documentation

2021-06-02 Thread Alvaro Herrera
On 2021-Jun-02, Peter Eisentraut wrote: > On 01.06.21 17:56, Alvaro Herrera wrote: > > > +1 for the concept, but I feel that "live in" is a bit too informal > > > for this context. I'm too caffeine-deprived to instantly come up > > > with le mot juste; but perhaps "exist within" would be an impro

Re: Simplify COMMENT and SECURITY LABEL documentation

2021-06-02 Thread Tom Lane
Peter Eisentraut writes: > On 01.06.21 17:56, Alvaro Herrera wrote: >> The glossary uses "reside in". > I like that. > I think "belong to" is a stronger relationship, like a column belongs to > a table. Kind of like DEPENDENCY_INTERNAL vs. DEPENDENCY_NORMAL. Hmm, okay. I can support "reside

Re: Simplify COMMENT and SECURITY LABEL documentation

2021-06-02 Thread Peter Eisentraut
On 01.06.21 17:56, Alvaro Herrera wrote: +1 for the concept, but I feel that "live in" is a bit too informal for this context. I'm too caffeine-deprived to instantly come up with le mot juste; but perhaps "exist within" would be an improvement? The glossary uses "reside in". I like that. I

Re: Note that ALTER TABLE cannot alter generated stored columns

2021-06-02 Thread Peter Eisentraut
On 30.05.21 15:25, Emre Hasegeli wrote: I was trying to change the generation expression of a generated stored column using ALTER TABLE. It took me a while before I figured SET GENERATED applies only to generated identity columns. I think it'd be useful to note this in the documentation with so

Re: Update maintenance_work_mem/autovacuum_work_mem to reflect the 1GB limitation with VACUUM

2021-06-02 Thread Masahiko Sawada
On Wed, May 5, 2021 at 7:03 PM Laurenz Albe wrote: > > On Mon, 2021-05-03 at 13:48 -0300, Martín Marqués wrote: > > We should add a line that indicates that there is a limitation (that > > should be IMO, backported to documentation of earlier versions as it > > affects all supported versions), at