取得目前的数据库名称。
语法: string pg_dbname(int connection);
返回值: 字符串
函数种类: 数据库功能
本函数用来取得 PostgreSQL 目前使用的数据库 (database) 名称。参数 connection 为连接代码。