archive_command was duplicated in backup.sgml

2023-01-13 Thread Noboru Saito
Hi, archive_command was written twice in backup.sgml. diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml index 8bab521718..be05a33205 100644 --- a/doc/src/sgml/backup.sgml +++ b/doc/src/sgml/backup.sgml @@ -956,8 +956,7 @@ SELECT * FROM pg_backup_stop(wait_for_archive => true);

Re: archive_command was duplicated in backup.sgml

2023-01-14 Thread Noboru Saito
This has been fixed so it is closed. https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=1334b79a359fb842d2d3cfe5b61ad4ccff8b82a4 Thank you. 2023年1月14日(土) 10:00 Noboru Saito : > > Hi, > archive_command was written twice in backup.sgml. > > diff --git a/doc/src/sgml/ba

proposal: convert comments in documents to html comments

2022-06-26 Thread Noboru Saito
Hello, Currently the comments in the document are removed when converting to html. I propose to keep them as html comments. The release notes have the git commit information in the comments, it would be great to have it in the html comments as well. That can be done with the attached patch. diff

Re: proposal: convert comments in documents to html comments

2022-06-27 Thread Noboru Saito
comments can be a little more convenient with little effort. 2022年6月27日(月) 17:48 Alvaro Herrera : > > On 2022-Jun-27, Noboru Saito wrote: > > > > I don't have much of a clue about our docbook toolchain, beyond the > > > basics (plus I have no front-end experience).

Re: proposal: convert comments in documents to html comments

2022-06-29 Thread Noboru Saito
r : > > On Tue, Jun 28, 2022 at 12:42:08PM +0900, Noboru Saito wrote: > > If you want to separate hashes or add links, > > I think it would be better to stop the current comment and make it a > > paragraph > > (I think it is possible to keep them folded > >

Re: proposal: convert comments in documents to html comments

2022-07-06 Thread Noboru Saito
> I can add that markup, instead of SGML comments, when I create the > release notes. Great! Thank you. 2022年7月6日(水) 4:48 Bruce Momjian : > > On Wed, Jun 29, 2022 at 01:33:08PM +0100, Peter Eisentraut wrote: > > On 29.06.22 09:29, Noboru Saito wrote: > > > Comments ar

Only one nextval tag is different

2022-08-14 Thread Noboru Saito
Hello, I am a member of the PostgreSQL documentation Japanese translation team. I noticed that the nextval tag in ref/create_sequence.sgml is different. Is this just a mistake? diff --git a/doc/src/sgml/ref/create_sequence.sgml b/doc/src/sgml/ref/create_sequence.sgml index a84aa5bf56..34e9084b5c

Re: Only one nextval tag is different

2022-08-15 Thread Noboru Saito
Thank you! 2022年8月16日(火) 9:40 Tatsuo Ishii : > >> Hello, I am a member of the PostgreSQL documentation Japanese > translation team. > >> > >> I noticed that the nextval tag in ref/create_sequence.sgml is different. > >> Is this just a mistake? > > Patch pushed to all supported branches. > Thanks!