Re: documentation structure
От
Heikki Linnakangas
Тема
Re: documentation structure
Дата
Msg-id
c03b9a29-88ae-4f22-a611-374664c33b5c@iki.fi
Список
Дерево обсуждения
documentation structure Robert Haas <robertmhaas@gmail.com>
Re: documentation structure Laurenz Albe <laurenz.albe@cybertec.at>
Re: documentation structure Tom Lane <tgl@sss.pgh.pa.us>
Re: documentation structure Robert Haas <robertmhaas@gmail.com>
Re: documentation structure Daniel Gustafsson <daniel@yesql.se>
Re: documentation structure Tom Lane <tgl@sss.pgh.pa.us>
Re: documentation structure Peter Eisentraut <peter@eisentraut.org>
Re: documentation structure Daniel Gustafsson <daniel@yesql.se>
Re: documentation structure Bruce Momjian <bruce@momjian.us>
Re: documentation structure Robert Haas <robertmhaas@gmail.com>
Re: documentation structure Andrew Dunstan <andrew@dunslane.net>
Re: documentation structure Andres Freund <andres@anarazel.de>
Re: documentation structure Tom Lane <tgl@sss.pgh.pa.us>
Re: documentation structure Andres Freund <andres@anarazel.de>
Re: documentation structure Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Re: documentation structure Andres Freund <andres@anarazel.de>
Re: documentation structure Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Re: documentation structure jian he <jian.universality@gmail.com>
Re: documentation structure Corey Huinker <corey.huinker@gmail.com>
Re: documentation structure jian he <jian.universality@gmail.com>
Re: documentation structure Corey Huinker <corey.huinker@gmail.com>
Re: documentation structure Bruce Momjian <bruce@momjian.us>
Re: documentation structure Corey Huinker <corey.huinker@gmail.com>
Re: documentation structure Andres Freund <andres@anarazel.de>
Re: documentation structure Robert Haas <robertmhaas@gmail.com>
Re: documentation structure Alvaro Herrera <alvherre@alvh.no-ip.org>
Re: documentation structure Robert Haas <robertmhaas@gmail.com>
Re: documentation structure Tom Lane <tgl@sss.pgh.pa.us>
Re: documentation structure Robert Haas <robertmhaas@gmail.com>
Re: documentation structure Tom Lane <tgl@sss.pgh.pa.us>
Re: documentation structure Robert Haas <robertmhaas@gmail.com>
Re: documentation structure Alvaro Herrera <alvherre@alvh.no-ip.org>
Re: documentation structure Robert Haas <robertmhaas@gmail.com>
Re: documentation structure "David G. Johnston" <david.g.johnston@gmail.com>
Re: documentation structure Peter Eisentraut <peter@eisentraut.org>
Re: documentation structure Robert Haas <robertmhaas@gmail.com>
Re: documentation structure Peter Eisentraut <peter@eisentraut.org>
Re: documentation structure Robert Haas <robertmhaas@gmail.com>
Re: documentation structure "David G. Johnston" <david.g.johnston@gmail.com>
Re: documentation structure Robert Haas <robertmhaas@gmail.com>
Re: documentation structure Bruce Momjian <bruce@momjian.us>
Re: documentation structure Robert Haas <robertmhaas@gmail.com>
Re: documentation structure "David G. Johnston" <david.g.johnston@gmail.com>
Re: documentation structure Bruce Momjian <bruce@momjian.us>
Re: documentation structure Robert Haas <robertmhaas@gmail.com>
Re: documentation structure Bruce Momjian <bruce@momjian.us>
Re: documentation structure Robert Haas <robertmhaas@gmail.com>
Re: documentation structure Peter Eisentraut <peter@eisentraut.org>
Re: documentation structure Robert Haas <robertmhaas@gmail.com>
Re: documentation structure Peter Eisentraut <peter@eisentraut.org>
Re: documentation structure Robert Haas <robertmhaas@gmail.com>
Re: documentation structure Peter Eisentraut <peter@eisentraut.org>
Re: documentation structure Robert Haas <robertmhaas@gmail.com>
Re: documentation structure "David G. Johnston" <david.g.johnston@gmail.com>
Re: documentation structure Robert Haas <robertmhaas@gmail.com>
Re: documentation structure "David G. Johnston" <david.g.johnston@gmail.com>
Re: documentation structure Robert Haas <robertmhaas@gmail.com>
Re: documentation structure Robert Haas <robertmhaas@gmail.com>
Re: documentation structure Robert Haas <robertmhaas@gmail.com>
Re: documentation structure Peter Eisentraut <peter@eisentraut.org>
Re: documentation structure Robert Haas <robertmhaas@gmail.com>
Re: documentation structure "David G. Johnston" <david.g.johnston@gmail.com>
Re: documentation structure Robert Haas <robertmhaas@gmail.com>
Re: documentation structure "David G. Johnston" <david.g.johnston@gmail.com>
Re: documentation structure Bruce Momjian <bruce@momjian.us>
Re: documentation structure Robert Haas <robertmhaas@gmail.com>
Re: documentation structure jian he <jian.universality@gmail.com>
Re: documentation structure jian he <jian.universality@gmail.com>
Re: documentation structure Corey Huinker <corey.huinker@gmail.com>
Re: documentation structure jian he <jian.universality@gmail.com>
Re: documentation structure Corey Huinker <corey.huinker@gmail.com>
Re: documentation structure Andrew Dunstan <andrew@dunslane.net>
Re: documentation structure Tatsuo Ishii <ishii@postgresql.org>
Re: documentation structure "David G. Johnston" <david.g.johnston@gmail.com>
Re: documentation structure Tom Lane <tgl@sss.pgh.pa.us>
Re: documentation structure Tatsuo Ishii <ishii@postgresql.org>
Re: documentation structure "David G. Johnston" <david.g.johnston@gmail.com>
Re: documentation structure Tom Lane <tgl@sss.pgh.pa.us>
Re: documentation structure Tatsuo Ishii <ishii@postgresql.org>
Re: documentation structure "David G. Johnston" <david.g.johnston@gmail.com>
Re: documentation structure jian he <jian.universality@gmail.com>
Re: documentation structure jian he <jian.universality@gmail.com>
Re: documentation structure Tom Lane <tgl@sss.pgh.pa.us>
Re: documentation structure Matthias van de Meent <boekewurm+postgres@gmail.com>
Re: documentation structure Robert Haas <robertmhaas@gmail.com>
Re: documentation structure Roberto Mello <roberto.mello@gmail.com>
On 30/09/2024 11:15, jian he wrote:
> In, 0001-func.sgml-Consistently-use-optional-to-indicate-opti.patch
>
> -format(formatstr
> text [, formatarg
> "any" [, ...] ])
> +format(formatstr
> text , formatarg
> "any" [, ...] )
>
> i change it further to
> +format(formatstr
> text , formatarg
> "any" , ... )
>
> i did these kind of change to format,
> concat_ws, concat
>
> 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.
Committed, thanks!
One funny case remains:
unnest ( anyarray,
anyarray , ... )
setof anyelement, anyelement [, ... ]
The returnvalue contains brackets. I tried to change that to use
"" tag too, but it's not valid:
postgres.sgml:20552: element returnvalue: validity error : Element
optional is not declared in returnvalue list of possible children
--
Heikki Linnakangas
Neon (https://neon.tech)
В списке pgsql-hackers по дате отправления
От: Diego
Дата: