Re: fix typos

Поиск
Список
Период
Сортировка
От John Naylor
Тема Re: fix typos
Дата
Msg-id CAFBsxsFwyTvo+8nT5z+7_DrwNp=a0JzE3d-SFQfF14k4A0aYzA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: fix typos  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers

On Wed, Aug 3, 2022 at 11:41 PM Robert Haas <robertmhaas@gmail.com> wrote:
>
> I think that it's talking about this (documented) syntax:
>
> ALTER ROUTINE name [ ( [ [ argmode ] [ argname ] argtype [, ...] ] ) ]
>     [ NO ] DEPENDS ON EXTENSION extension_name
>
> So the change from "depends" to "depend" here is incorrect. Maybe we
> can say something like:
>
> the <literal>DEPENDS ON EXTENSION
> <replaceable>extension_name</replaceable><literal> action
>
> (I haven't tested whether this markup works.)

Makes sense, I'll go make it happen.

--
John Naylor
EDB: http://www.enterprisedb.com

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: Race between KeepFileRestoredFromArchive() and restartpoint
Следующее
От: Bharath Rupireddy
Дата:
Сообщение: Re: An attempt to avoid locally-committed-but-not-replicated-to-standby-transactions in synchronous replication