Segfault-Inc / Multicorn

Data Access Library
https://multicorn.org/
PostgreSQL License
699 stars 145 forks source link

Update documentation on how to implement the write API #227

Closed mdiin closed 4 years ago

mdiin commented 5 years ago

There were some inconsistencies with how the actual method signatures looked as well as how to update the rowid_column in an FDW. They should be fixed, at least according to my recent experience with implementing the write API in a foreign data wrapper.

The current documentation threw me off course for some time, so this is my shot at something with a little more guidance.

galuszkak commented 4 years ago

@mdiin thanks for contribution!