Creating a Custom Protocol
This section is adapted from the WarehousePG v7.x documentation
A custom protocol allows you to connect WarehousePG to a data source that cannot be accessed with the file://, gpfdist://, or pxf:// protocols.
Creating a custom protocol requires that you implement a set of C functions with specified interfaces, declare the functions in WarehousePG, and then use the CREATE TRUSTED PROTOCOL command to enable the protocol in the database.
See Example Custom Data Access Protocol for an example.
Parent topic: Defining External Tables
Could this page be better? Report a problem or suggest an addition!