- Learning PostgreSQL 11
- Salahaldin Juba Andrey Volkov
- 197字
- 2021-07-02 13:11:45
Installing PostgreSQL on Windows
The installation of PostgreSQL on Windows is easier than Linux for beginners. You can download the PostgreSQL binaries from EnterpriseDB at https://www.enterprisedb.com/downloads/postgres-postgresql-downloads. The installer wizard will guide the user through the installation process. The installation wizard gives the user the ability to specify the binaries' location, the database cluster location, the port, the postgres user password, and the locale. The following screenshot shows the installation directory of PostgreSQL:
The following screenshot shows the components that will be installed:

The installer will also launch the Stack Builder wizard, which is used to install the PostgreSQL drivers and many other utilities, as shown in the following screenshot:

Using the psql client isn't very convenient in the latest version of Windows due to the lack of some capabilities, such as copying, pasting, and resizing, in Command Prompt (CMD.exe). pgAdmin is often used in the Windows operating system. Another option is to use a Command Prompt alternative, such as PowerShell, or a Linux emulator, such as Cygwin or MobaXterm.
PostgreSQL in Windows is installed as a service; in order to validate the installation, you can view the Service tab in the Task Manager utility.
- 一步一步學Spring Boot 2:微服務項目實戰
- Cocos2D-X權威指南(第2版)
- Manga Studio Ex 5 Cookbook
- BeagleBone Media Center
- 基于Swift語言的iOS App 商業實戰教程
- C語言程序設計案例精粹
- MySQL數據庫基礎實例教程(微課版)
- 深入理解C指針
- Arduino計算機視覺編程
- Django實戰:Python Web典型模塊與項目開發
- Java編程從入門到精通
- HTML5 WebSocket權威指南
- LabVIEW數據采集(第2版)
- SQL Server 2012數據庫管理與開發(慕課版)
- Learning Ext JS(Fourth Edition)