Postgresql 中文操作指南 47. Server Programming Interface 47.1. Interface Functions SPI_exec Postgresql 中文操作指南 SPI_exec SPI_exec — 执行读写命令 Synopsis int SPI_exec(const char * command, long count) Description SPI_exec 与 SPI_execute 相同,后者的 read_only 参数始终视为 false 。 Arguments const char * _command_ 包含要执行的命令的字符串 long _count_ 要返回的最大行数,或 0 以表示无限制 Return Value 参见 SPI_execute 。