# 执行psql命令
psql
默认连接postgres数据库,会出现“postgres=#”的字符串,执行效果如下图所示:
?...43.0)'), ('北京', '(-94.0, 133.0)'), ('Los Angeles', '(-297.0, 63.0)'), ('Chicago', '(-94.0, 283.0)');
copy...copy扩展
copy location_city to '/tmp/location_city_out.csv' delimiter ',' csv header encoding 'GBK';
打开该文件后效果...用linux的vim命令查看,中文乱码。.../docs/9.6/index.html
Postgres中文社区:http://www.postgres.cn/v2/home
关于PostGIS的官方学习资料如下,请参考:
英文官方资料:http: