52.88. pg_shmem_allocations, missing units

2022-08-12 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/14/view-pg-shmem-allocations.html Description: Could someone add the units of size & allocated_size on the documentation for pg_shmem_allocations? Currently there aren't any listed. https:/

Re: Question about role attributes docs

2022-08-12 Thread Bruce Momjian
On Mon, Jul 25, 2022 at 12:29:54PM +0900, Shinya Kato wrote: > On 2022-07-23 00:35, Fujii Masao wrote: > > On 2022/03/17 17:56, Shinya Kato wrote: > > > Thank you for the review, and sorry for late reply. > > > I fixed it. > > > > Thanks for updating the patch! > Thank you for the review! Patch a

Re: documentation on HOT

2022-08-12 Thread Bruce Momjian
On Tue, Jul 26, 2022 at 07:29:10PM -0400, Bruce Momjian wrote: > > Summary paragraph: > > "can only happen if" => "can only be created if" > > Yes, good point. > > Updated patch attached. I applied this patch back to PG 11. (PG 10 had too many conflicts.) I also added a mention about how index

Re: gettext instructions for Windows seems wrong

2022-08-12 Thread Bruce Momjian
On Fri, Jul 22, 2022 at 10:32:42AM -0400, Bruce Momjian wrote: > On Wed, Jan 19, 2022 at 10:24:57AM +0100, Daniel Gustafsson wrote: > > > On 17 Jan 2022, at 23:55, PG Doc comments form > > > wrote: > > > > > The instructions say that I have to edit config.pl (actually, I had to > > > create it).

Re: CREATE INDEX USING documentation

2022-08-12 Thread Bruce Momjian
On Sat, Jul 23, 2022 at 12:46:31PM -0400, Bruce Momjian wrote: > On Sat, Jan 15, 2022 at 11:01:58PM +, PG Doc comments form wrote: > > The following documentation comment has been logged on the website: > > > > Page: https://www.postgresql.org/docs/14/sql-createindex.html > > Description: > >

Re: CREATE TABLE AS, section IF NOT EXISTS should clarify what happens to the data

2022-08-12 Thread Bruce Momjian
On Mon, Jul 18, 2022 at 03:43:03PM -0400, Bruce Momjian wrote: > fOn Thu, Jul 14, 2022 at 06:47:19PM -0700, David G. Johnston wrote: > > Not only is the existing table not modified, I think that the select query > > portion of the command is never even executed.  That would seem to be useful > > kn