- Learning PostgreSQL 11
- Salahaldin Juba Andrey Volkov
- 176字
- 2021-07-02 13:11:41
PostgreSQL in Action
PostgreSQL (pronounced Post-Gres-Q-L), or postgres for short, is an open source object-relational-database management system. It emphasizes extensibility and creativity as well as compatibility. It competes with the major relational database vendors, such as Oracle, MySQL, and Microsoft SQL Server (MSSQL). It's used by different sectors, including government agencies and the public and private sectors. It's a cross-platform DBMS, and it runs on most modern operating systems, including Windows, macOS, and Linux flavors. It conforms to SQL and is ACID-compliant.
By the end of this chapter, the user should be able to install PostgreSQL, establish a connection to the server, and run very basic queries. Also, the user will know general information about PostgreSQL's history and capabilities. In this chapter, we will explore the following topics:
- PostgreSQL history
- Selected PostgreSQL forks
- Companies utilizing PostgreSQL and success stories
- PostgreSQL usage patterns and application
- PostgreSQL architecture, capabilities, and features
- PostgreSQL installation on Linux as well as Windows
- PostgreSQL client tools with emphases on psql because it's often used on a daily basis
- 觸·心:DT時代的大數據精準營銷
- 編寫整潔的Python代碼(第2版)
- 老“碼”識途
- 用Flutter極速構建原生應用
- 信息技術應用基礎
- JavaScript入門經典
- 劍指MySQL:架構、調優與運維
- 大模型RAG實戰:RAG原理、應用與系統構建
- Android開發:從0到1 (清華開發者書庫)
- Selenium Testing Tools Cookbook(Second Edition)
- Create React App 2 Quick Start Guide
- Canvas Cookbook
- Unity&VR游戲美術設計實戰
- Arduino可穿戴設備開發
- Learning Kotlin by building Android Applications