pgsql: Fix the way GetExistingLocalJoinPath is documented.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Fix the way GetExistingLocalJoinPath is documented.
Дата
Msg-id E1absri-0003O0-85@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix the way GetExistingLocalJoinPath is documented.

The old approach made it look like it was an FDW callback, which it
is not.

Per a gripe from Stephen Frost.  Patch by me, reviewed by Ashutosh
Bapat.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/33b5eab7ab82a355629257f1b11fd9fcf4ff6f28

Modified Files
--------------
doc/src/sgml/fdwhandler.sgml | 25 +++++++------------------
1 file changed, 7 insertions(+), 18 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: postgres_fdw: When sending ORDER BY, always include NULLS FIRST/
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix query-based tab completion for multibyte characters.