Re: The sample FDW table: pglog not work in https://www.postgresql.org/docs/14/file-fdw.html

2022-08-04 Thread Masahiko Sawada
On Wed, Aug 3, 2022 at 10:48 PM PG Doc comments form wrote: > > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/14/appendixes.html > Description: > > Dear All, > CREATE FOREIGN TABLE pglog ( > log_time timestamp(3) with time zone, >

Re: The sample FDW table: pglog not work in https://www.postgresql.org/docs/14/file-fdw.html

2022-08-04 Thread Xiong He
Oh, I double checked.  Looks like the content in 14 is correct.  It has two more columns:    leader_pid integer,   query_id bigint than the previous version. I think I tested the content in:  http://postgres.cn/docs/14/file-fdw.html ; Seems it's the content not updated in that site. Thanks