执行 query 指令。
语法: int pg_exec(int connection, string query);
返回值: 整数
函数种类: 数据库功能
本函数用来执行指定的 query 指令。参数 connection 为连接代码。参数 query 为欲执行的指令。