| From: | Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com> |
|---|---|
| To: | Bruce Momjian <bruce(at)momjian(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: PG 13 release notes, first draft |
| Date: | 2020-05-15 06:55:19 |
| Message-ID: | 1a2ce58f-4904-7d99-edac-c17a8c8a6316@oss.nttdata.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On 2020/05/05 12:16, Bruce Momjian wrote:
> I have committed the first draft of the PG 13 release notes. You can
> see them here:
>
> https://momjian.us/pgsql_docs/release-13.html
>
> It still needs markup, word wrap, and indenting. The community doc
> build should happen in a few hours.
Many thanks for working on this!
When I did "make html", I got the following message.
Link element has no content and no Endterm. Nothing to show in the link to sepgsql
"Allow <link linkend="sepgsql"/> to control access to the" in release-13.sgml
seems to have caused this. Also I found it's converted into "Allow ??? to
control access to the", i.e., ??? was used.
- Allow <link linkend="sepgsql"/> to control access to the
+ Allow <link linkend="sepgsql">sepgsql</link> to control access to the
Shouldn't we change that as the above?
Regards,
--
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Daniel Gustafsson | 2020-05-15 07:17:54 | Re: pg_bsd_indent and -Wimplicit-fallthrough |
| Previous Message | Julien Rouhaud | 2020-05-15 06:28:20 | Re: pg_bsd_indent and -Wimplicit-fallthrough |