Re: Adding xreflable

2020-05-26 Thread Peter Eisentraut
On 2020-05-22 18:45, Bruce Momjian wrote: Ugh, I see what you mean. I have read doc/src/sgml/README.links many times and still get confused. What you are saying is that if there is no xreflabel on a target, you can get the chapter/section via or specify text via . But, if there is an xreflabe

Re: descriptions of pg_stat_user_functions and pg_stat_slru

2020-05-26 Thread Fujii Masao
On 2020/05/25 14:23, Fujii Masao wrote: On 2020/05/22 22:35, Fujii Masao wrote: On 2020/05/21 4:53, Tom Lane wrote: Fujii Masao writes: On 2020/05/20 22:32, Tom Lane wrote: OK by me --- that, too, would be more like the existing catalogs chapter. Yeah, so I'd like to propose the at

wal_init_zero and wal_recycle

2020-05-26 Thread Fujii Masao
Hi, The group of wal_init_zero and wal_recycle is WAL_SETTINGS in guc.c, but their descriptions are located in "19.6. Replication"/"19.6.1. Sending Servers" section. This seems a documentation bug. They should be located in "19.5. Write Ahead Log"/"19.5.1. Settings". Thought? Regards, -- Fujii