- Mastering PostGIS
- Dominik Mikiewicz Michal Mackiewicz Tomasz Nycz
- 199字
- 2021-07-02 22:52:20
Setting up the database
All the examples in this chapter use a database named mastering_postgis. This database has been created off the postgis template.
The PgSQL on my dev machine listens on port 5434, which is not the default port for the Postgres database (default is 5432); so when using a default DB setup, you may have to adjust some of the examples a bit.
In order to adjust the port, find a port configuration in the Connections and Authentication section.
Schemas are a great way of managing the data and splitting it into meaningful collections. In most scenarios, one will have some production data, archive data, incoming data, and so on sensibly kept in separate schemas. Using additional schemas will depend on your requirements, but we do encourage you to introduce using schemas into your daily practice if you do not yet do so. The following examples import the data into tables defined in the data_import schema.
- Cinema 4D R13 Cookbook
- 人工免疫算法改進及其應用
- Natural Language Processing Fundamentals
- 極簡AI入門:一本書讀懂人工智能思維與應用
- 精通Windows Vista必讀
- 自動檢測與轉換技術
- iClone 4.31 3D Animation Beginner's Guide
- 運動控制系統應用與實踐
- TensorFlow Reinforcement Learning Quick Start Guide
- Pentaho Analytics for MongoDB
- 工業機器人集成應用
- Xilinx FPGA高級設計及應用
- 機器學習案例分析(基于Python語言)
- Instant Slic3r
- Moodle 2.0 Course Conversion(Second Edition)