diff options
author | Robert Haas | 2015-03-13 11:55:39 +0000 |
---|---|---|
committer | Robert Haas | 2015-03-13 11:55:39 +0000 |
commit | 82fe8b1119e4187f3d991564274607b0b4089aca (patch) | |
tree | 86f87d9b5ccd0537f998d868441a68f23504d04e /doc/src/sgml/postgres.sgml | |
parent | ebc0f5e01d2f4b7d7c3307fd4d40498f6b120898 (diff) |
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
Diffstat (limited to 'doc/src/sgml/postgres.sgml')
-rw-r--r-- | doc/src/sgml/postgres.sgml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/sgml/postgres.sgml b/doc/src/sgml/postgres.sgml index a648a4c5f64..e378d6978d0 100644 --- a/doc/src/sgml/postgres.sgml +++ b/doc/src/sgml/postgres.sgml @@ -242,6 +242,7 @@ &nls; &plhandler; &fdwhandler; + &custom-scan; &geqo; &indexam; &gist; |