- Learning PostgreSQL 11
- Salahaldin Juba Andrey Volkov
- 237字
- 2021-07-02 13:11:34
To get the most out of this book
In general, PostgreSQL server and client tools do not need exceptional hardware. PostgreSQL can be installed on almost all modern platforms, including Linux, Windows, and Mac. Also, when a certain library is needed, the installation instructions are given:
- You need PostgreSQL version 11; however, most of the examples can be executed on earlier versions as well. In order to execute the sample code, scripts, and examples provided in the book, you need to have at least a PostgreSQL client tool installed on your machine—preferably psql—and access to a remote server running the PostgreSQL server.
- In a Windows environment, the cmd.exe Command Prompt is not very convenient; thus, the
user might consider using Cygwin (http:/ / www. cygwin. com/ ) or another alternative, such
as PowerShell. - Some chapters might require additional software. For example, in Chapter 15, Using
PostgreSQL in Python Applications, you need to install Python and the required Python
libraries to interact with PostgreSQL. In Chapter 16, Scalability, Docker is used to give the
reader a better user experience. - For other chapters, such as Chapter 9, Beyond Conventional Data types, and Chapter 11,
PostgreSQL Security, it is better to use Linux because some of the software used is not very
convenient on Windows, such as NGINX and GnuPG. To run a Linux distribution on your
Windows machine, you can use Virtual Box (https://www.virtualbox.org/ ).
推薦閱讀
- Extending Jenkins
- 基于粒計算模型的圖像處理
- 摩登創客:與智能手機和平板電腦共舞
- MATLAB圖像處理超級學習手冊
- Python進階編程:編寫更高效、優雅的Python代碼
- Visual Basic程序設計與應用實踐教程
- Building Wireless Sensor Networks Using Arduino
- Mastering AWS Security
- Arduino Wearable Projects
- PHP與MySQL權威指南
- Go語言入門經典
- WildFly Cookbook
- Learning D
- MATLAB 2020 GUI程序設計從入門到精通
- Mastering Bootstrap 4