Re: Document reopen of output file via SIGHUP in pg_recvlogical

2025-07-18 Thread Shinya Kato
On Fri, Jul 18, 2025 at 12:33 PM Fujii Masao wrote: > > > > On 2025/07/18 11:35, Shinya Kato wrote: > > On Thu, Jul 10, 2025 at 4:48 PM Fujii Masao > > wrote: > >> > >> Hi, > >> > >> pg_recvlogical continuously writes to the file

Re: Document reopen of output file via SIGHUP in pg_recvlogical

2025-07-17 Thread Shinya Kato
the behavior and I think it should be documented. Your patch looks good, except that you should use "specified by" instead of "given with" to be consistent with the other documents. -- Best regards, Shinya Kato NTT OSS Center

Fix analyze_sampling docs in postgres-fdw.sgml

2024-03-03 Thread Shinya Kato
Hi! I fixed analyze_sampling docs in postgres-fdw.sgml. - Changed analyze_sampling type 'text' to 'string' - Add a statement 'The option specified on a table overrides an option specified for the server.' Do you think? Regards, Shinya Kato NTT DATA GROUP CORPOR

Re: Delete description of trigger file

2023-12-02 Thread Shinya Kato
On 2023-12-01 16:01, Michael Paquier wrote: On Fri, Dec 01, 2023 at 11:54:14AM +0900, Shinya Kato wrote: later disconnected, the standby goes back to step 1 and tries to restore the file from the archive again. This loop of retries from the archive, pg_wal, and via streaming

Delete description of trigger file

2023-11-30 Thread Shinya Kato
Hi, Standby database promotion by trigger file creation is no longer supported from v16, but its description is remained. So, I created a patch. Do you think? -- Regards, Shinya Kato NTT DATA GROUP CORPORATIONdiff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high

Re: Question about role attributes docs

2022-07-24 Thread Shinya Kato
On 2022-07-23 00:35, Fujii Masao wrote: On 2022/03/17 17:56, Shinya Kato wrote: Thank you for the review, and sorry for late reply. I fixed it. Thanks for updating the patch! Thank you for the review! I found that the patch has two trailing whitespaces. Sorry, I fixed them. +A

Re: Question about role attributes docs

2022-03-17 Thread Shinya Kato
On 2022-02-16 06:39, Swaha Miller wrote: On Tue, Feb 15, 2022 at 1:32 PM Shinya Kato wrote: On 2022-01-12 02:07, Laurenz Albe wrote: On Tue, 2022-01-11 at 16:40 +0900, Shinya Kato wrote: I have a question about the documentation on ROLE. According to [1], INHERIT and BYPASSRLS can be

Re: Question about role attributes docs

2022-01-12 Thread Shinya Kato
On 2022-01-12 02:07, Laurenz Albe wrote: On Tue, 2022-01-11 at 16:40 +0900, Shinya Kato wrote: I have a question about the documentation on ROLE. According to [1], INHERIT and BYPASSRLS can be specified when executing the CREATE ROLE command. However, there is no such description in Role

Question about role attributes docs

2022-01-10 Thread Shinya Kato
documented? If they need to be documented, I'll create a patch. [1] https://www.postgresql.org/docs/devel/sql-createrole.html [2] https://www.postgresql.org/docs/devel/role-attributes.html -- Regards, -- Shinya Kato Advanced Computing Technology Center Research and Development Headquarter