- PostgreSQL for Data Architects
- Jayadevan Maymala
- 107字
- 2021-07-23 19:41:21
Chapter 1. Installing PostgreSQL
This chapter gives you an overview of the process to install PostgreSQL from the source. The system used for installation and providing examples in the following sections is a 64-bit CentOS (6.4) machine. Other Unix/Linux systems typically have similar commands. For those using Windows systems, there is a set of utilities available at http://sourceforge.net/projects/unxutils/, which makes it possible to execute most of the Unix commands (find
, grep
, cut
, and so on) in the Windows environment. The steps to be followed to install PostgreSQL on Windows are very different compared to those for Unix/Linux systems and are not covered in this chapter.
推薦閱讀
- CockroachDB權威指南
- JavaScript修煉之道
- Instant Apache Stanbol
- 零基礎學Java(第4版)
- Unity Shader入門精要
- Mastering Ext JS
- Solr Cookbook(Third Edition)
- 打開Go語言之門:入門、實戰與進階
- 細說Python編程:從入門到科學計算
- Mastering Apache Storm
- Laravel Application Development Blueprints
- Learning iOS Security
- PyQt編程快速上手
- IPython Interactive Computing and Visualization Cookbook
- Java設計模式深入研究