Re: add free space map link in pg_freespacemap page

2022-03-08 Thread Dong Wook Lee
Patch looks good to me. 2022년 3월 8일 (화) 오후 3:17, Michael Paquier 님이 작성: > On Tue, Mar 08, 2022 at 09:31:49AM +0900, Dong Wook Lee wrote: > > I don't know about it, so should I use at FSM for all the > > acronyms in the section dedicated to acronyms? > > Yes, I wo

Re: add free space map link in pg_freespacemap page

2022-03-07 Thread Dong Wook Lee
avail int2) tuples is returned, one tuple for each page in the relation. 2022년 3월 7일 (월) 오후 9:03, Michael Paquier 님이 작성: > On Mon, Mar 07, 2022 at 11:08:16AM +0100, Laurenz Albe wrote: > > On Sun, 2022-03-06 at 23:42 +0900, Dong Wook Lee wrote: > >> >

add free space map link in pg_freespacemap page

2022-03-06 Thread Dong Wook Lee
Hi, I found that there is a link to `pg_freespacemap` in the `free space map` page but there is no link to `free space map` in the `pg_freespacemap` page. diff --git a/doc/src/sgml/pgfreespacemap.sgml b/doc/src/sgml/pgfreespacemap.sgml index 5025498249..0ab3307e9c 100644 --- a/doc/src/sgml/pgfrees

Fwd: [PATCH] pg_dump: Add example and link for --encoding option

2020-06-12 Thread Dong Wook Lee
2020년 6월 5일 (금) 오후 9:45, 이동욱 님이 작성: > I've modified my previous patch because it linked the wrong document so I > fixed it. and I add a highlight to the encoding list for readability. > > What do you think about this change? > > Thanks, > Dong Wook > > 2020년 6월 4일 (목) 오후 10:20, 이동욱 님이 작성: > >> To