- 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.
- Clojure Programming Cookbook
- Cocos2d Cross-Platform Game Development Cookbook(Second Edition)
- Implementing Modern DevOps
- 零基礎(chǔ)搭建量化投資系統(tǒng):以Python為工具
- JavaScript+jQuery網(wǎng)頁特效設(shè)計(jì)任務(wù)驅(qū)動教程(第2版)
- Python從菜鳥到高手(第2版)
- Mastering PHP Design Patterns
- Ray分布式機(jī)器學(xué)習(xí):利用Ray進(jìn)行大模型的數(shù)據(jù)處理、訓(xùn)練、推理和部署
- Oracle Database 12c Security Cookbook
- Kinect for Windows SDK Programming Guide
- Hands-On Functional Programming with TypeScript
- 大模型RAG實(shí)戰(zhàn):RAG原理、應(yīng)用與系統(tǒng)構(gòu)建
- Python網(wǎng)絡(luò)爬蟲實(shí)例教程(視頻講解版)
- DevOps 精要:業(yè)務(wù)視角
- Mastering Drupal 8