1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-30 21:42:05 +03:00

Document the new custom scan APIs.

These APIs changed somewhat subsequent to the initial commit, and may
change further in the future, but let's document what we have today.

KaiGai Kohei and Robert Haas, reviewed by Tom Lane and Thom Brown
This commit is contained in:
Robert Haas
2015-03-13 07:55:39 -04:00
parent ebc0f5e01d
commit 82fe8b1119
3 changed files with 287 additions and 0 deletions

View File

@ -242,6 +242,7 @@
&nls;
&plhandler;
&fdwhandler;
&custom-scan;
&geqo;
&indexam;
&gist;