Re: documentation structure

From: jian he <jian(dot)universality(at)gmail(dot)com>
To: Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: documentation structure
Date: 2024-09-30 08:15:29
Message-ID: CACJufxFfUbSph5UUSsZbL4SitbuPuW=EccpKgEaZrjtrPPuadQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

In, 0001-func.sgml-Consistently-use-optional-to-indicate-opti.patch

-<function>format</function>(<parameter>formatstr</parameter>
<type>text</type> [, <parameter>formatarg</parameter>
<type>"any"</type> [, ...] ])
+<function>format</function>(<parameter>formatstr</parameter>
<type>text</type> <optional>, <parameter>formatarg</parameter>
<type>"any"</type> [, ...] </optional>)

i change it further to
+<function>format</function>(<parameter>formatstr</parameter>
<type>text</type> <optional>, <parameter>formatarg</parameter>
<type>"any"</type> <optional>, ...</optional> </optional>)

i did these kind of change to <function>format</function>,
<function>concat_ws</function>, <function>concat</function>

I've rebased your patch,
added a commitfest entry: https://commitfest.postgresql.org/50/5278/
it seems I cannot mark you as the author in commitfest.
anyway, you ( Dagfinn Ilmari Mannsåker ) are the author of it.

Attachment Content-Type Size
v2-0001-func.sgml-Consistently-use-optional-to-indicate-o.patch application/x-patch 11.5 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2024-09-30 08:23:24 Re: Doc: typo in config.sgml
Previous Message Jim Jones 2024-09-30 08:08:34 Re: XMLSerialize: version and explicit XML declaration