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.

Fix the example in the document of file-fdw

2020-09-13 Thread btkatsuragiyu
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 patch fixes the DDL in the document of file-fdw. Regards, Yuta Katsuragidiff --git a/do

target_role definition clarification

2020-09-13 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/sql-alterdefaultprivileges.html Description: The documentation on ALTER DEFAULT PRIVILEGES currently defines the parameter target_role like this: > The name of an existing role of which t