- 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/ ).
推薦閱讀
- Learning Single:page Web Application Development
- Mastering Visual Studio 2017
- Designing Machine Learning Systems with Python
- GitLab Cookbook
- 數據結構和算法基礎(Java語言實現)
- MySQL數據庫應用與管理 第2版
- Java Web基礎與實例教程
- HDInsight Essentials(Second Edition)
- Haskell Data Analysis Cookbook
- Kubernetes源碼剖析
- SpringBoot從零開始學(視頻教學版)
- Android Game Programming by Example
- HTML5游戲開發實戰
- 軟硬件綜合系統軟件需求建模及可靠性綜合試驗、分析、評價技術
- Kohana 3.0 Beginner's Guide