Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在用 C 语言为 PostgreSQL 编写一个扩展函数。我可以在网上找到很多示例,但没有明确显示如何在扩展函数中将数据实际写入表?
我需要在哪里寻找正确的功能/文档,以便将记录作为 C 扩展写入现有表?
我应该在发布之前用谷歌搜索更长的时间。看来 SPI 完全符合我的需求
http://www.postgresql.org/docs/current/static/spi.html