Link section in custom scan documentation

Поиск
Список
Период
Сортировка
От Amit Langote
Тема Link section in custom scan documentation
Дата
Msg-id CA+HiwqHaXWcc+2hg1fjLsi+PE7tK-hX_2eLY7vTKGx93E=8yBQ@mail.gmail.com
обсуждение исходный текст
Список pgsql-docs
Hi,

I propose attached which does:

     the <function>BeginCustomScan</> callback will be invoked to give the
-    custom scan provider a chance to do whatever else is needed.
+    custom scan provider a chance to do whatever else is needed. See
+   <xref linkend="custom-scan-execution"> for more details.

It would be similar to how it's done elsewhere in custom-scan.sgml like:

    Convert a custom path to a finished plan.  The return value will generally
    be a <literal>CustomScan</> object, which the callback must allocate and
    initialize.  See <xref linkend="custom-scan-plan"> for more details.

Thanks,
Amit

Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Add a new table for Transaction Isolation?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Update docs for GIN index improvements