Re: Fix the example in the document of file-fdw

2020-09-16 Thread Fujii Masao
On 2020/09/15 16:59, Michael Paquier wrote: On Tue, Sep 15, 2020 at 04:43:39PM +0900, Fujii Masao wrote: So ISTM our consensus is to apply the proposed patch. Barring any objection, I will do that. No objections from here at the end. Pushed. Thanks! Regards, -- Fujii Masao Advanced Comp

Re: Fix the example in the document of file-fdw

2020-09-15 Thread Michael Paquier
On Tue, Sep 15, 2020 at 04:43:39PM +0900, Fujii Masao wrote: > So ISTM our consensus is to apply the proposed patch. > Barring any objection, I will do that. No objections from here at the end. -- Michael signature.asc Description: PGP signature

Re: Fix the example in the document of file-fdw

2020-09-15 Thread Fujii Masao
On 2020/09/14 16:56, Michael Paquier wrote: On Mon, Sep 14, 2020 at 04:10:03PM +0900, btkatsuragiyu wrote: However, I think showing complete DDL including SERVER pglog and OPTIONS would be helpful to users who are not familiar with this feature. Agreed. Yeah, this could be mentioned on t

Re: Fix the example in the document of file-fdw

2020-09-14 Thread Michael Paquier
On Mon, Sep 14, 2020 at 04:10:03PM +0900, btkatsuragiyu wrote: > However, I think showing complete DDL including SERVER pglog and OPTIONS > would be helpful > to users who are not familiar with this feature. Yeah, this could be mentioned on the doc page for file_fdw with an extra sentence, but I a

Re: Fix the example in the document of file-fdw

2020-09-14 Thread btkatsuragiyu
On 2020-09-14 14:07, Michael Paquier wrote: On Mon, Sep 14, 2020 at 11:33:23AM +0900, Fujii Masao wrote: On 2020/09/14 11:19, btkatsuragiyu wrote: This patch fixes the DDL in the document of file-fdw. Thanks for the patch! LGTM. I will commit it. Hmm. Instead of keeping a copy-paste of the

Re: Fix the example in the document of file-fdw

2020-09-13 Thread Michael Paquier
On Mon, Sep 14, 2020 at 11:33:23AM +0900, Fujii Masao wrote: > On 2020/09/14 11:19, btkatsuragiyu wrote: >> Although csvlog has the leader_pid field, the document of file-fdw >> that uses csvlog as an example does not reflect this fact. >> Concretely, the DDL for table definition does not have the

Re: Fix the example in the document of file-fdw

2020-09-13 Thread Fujii Masao
On 2020/09/14 11:19, btkatsuragiyu wrote: Although csvlog has the leader_pid field, the document of file-fdw that uses csvlog as an example does not reflect this fact. Concretely, the DDL for table definition does not have the leader_pid field. This seems an oversight of commit b8fdee7d0c.