Global web icon
postgresql.org
https://www.postgresql.org/
PostgreSQL: The world's most advanced open source database
PostgreSQL is a powerful, open source object-relational database system with over 35 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance. There is a wealth of information to be found describing how to install and use PostgreSQL through the official documentation. The open source community provides many helpful places to become ...
Global web icon
postgresql.org
https://www.postgresql.org/download/
Downloads - PostgreSQL
Downloads PostgreSQL Downloads PostgreSQL is available for download as ready-to-use packages or installers for various platforms, as well as a source code archive if you want to build it yourself. Packages and Installers Select your operating system family: Linux macOS Windows BSD Solaris
Global web icon
postgresql.org
https://www.postgresql.org/docs/
Documentation - PostgreSQL
Looking for documentation for an older, unsupported, version? Check the archive of older manuals.
Global web icon
postgresql.org
https://www.postgresql.org/about/
About - PostgreSQL
About What is PostgreSQL? PostgreSQL is a powerful, open source object-relational database system that uses and extends the SQL language combined with many features that safely store and scale the most complicated data workloads. The origins of PostgreSQL date back to 1986 as part of the POSTGRES project at the University of California at Berkeley and has nearly 40 years of active development ...
Global web icon
postgresql.org
https://www.postgresql.org/docs/current/index.html
PostgreSQL 18.1 Documentation
Table of Contents Preface 1. What Is PostgreSQL? 2. A Brief History of PostgreSQL 3. Conventions 4. Further Information 5. Bug Reporting Guidelines I. Tutorial 1. Getting Started 2. The SQL Language 3. Advanced Features II. The SQL Language 4. SQL Syntax 5. Data Definition 6. Data Manipulation 7. Queries 8. Data Types 9. Functions and Operators 10. Type Conversion 11. Indexes 12. Full Text ...
Global web icon
postgresql.org
https://www.postgresql.org/docs/current/intro-what…
PostgreSQL: Documentation: 18: 1. What Is PostgreSQL?
1.  What Is PostgreSQL? # PostgreSQL is an object-relational database management system (ORDBMS) based on POSTGRES, Version 4.2, developed at …
Global web icon
postgresql.org
https://www.postgresql.org/download/windows/
Windows installers - PostgreSQL
Windows installers Interactive installer by EDB Download the installer certified by EDB for all supported Postgres versions. Note! This installer is hosted by EDB and ...
Global web icon
postgresql.org
https://www.postgresql.org/docs/current/tutorial.h…
PostgreSQL: Documentation: 18: Part I. Tutorial
Part I. Tutorial Welcome to the PostgreSQL Tutorial. The tutorial is intended to give an introduction to PostgreSQL, relational database concepts, and …
Global web icon
postgresql.org
https://wiki.postgresql.org/wiki/Main_Page
PostgreSQL wiki
Welcome to the PostgreSQL Wiki! This wiki contains user documentation, how-tos, and tips 'n' tricks related to PostgreSQL. It also serves as a collaboration area for PostgreSQL contributors.
Global web icon
postgresql.org
https://www.postgresql.org/docs/current/app-postgr…
PostgreSQL: Documentation: 18: postgres
Description postgres is the PostgreSQL database server. In order for a client application to access a database it connects (over a network or locally) to a running postgres instance. The postgres instance then starts a separate server process to handle the connection. One postgres instance always manages the data of exactly one database cluster. A database cluster is a collection of databases ...