关闭 PostgreSQL 伺服器连线。
语法: boolean pg_close(int connection);
传回值: 布林值
函式种类: 资料库功能
本函式关闭与 PostgreSQL 伺服器的连线。参数 connection 为连线代码。成功传回 true、失败传回 false 值。