File: implementing-an-fdw.rst

package info (click to toggle)
postgresql-multicorn 1.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,244 kB
  • sloc: ansic: 3,324; python: 2,258; sql: 751; makefile: 259; sh: 81
file content (13 lines) | stat: -rw-r--r-- 193 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
**************
Writing an FDW
**************

If you want to write an FDW, we recommend you start with the
:ref:`tutorial`.

.. toctree::
  :maxdepth: 1

  api.rst
  implementing-tutorial.rst