About 196,000 results
Open links in new tab
  1. 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, …

  2. PostgreSQL - Wikipedia

    PostgreSQL (/ ˌpoʊstɡrɛskjuˈɛl / ⓘ POHST-gres-kew-EL) [11][12] also known as Postgres, is a free and open-source relational database management system (RDBMS) emphasizing …

  3. Introduction to PostgreSQL PL/pgSQL - GeeksforGeeks

    Jul 23, 2025 · PostgreSQL is an open-source, strong and highly extensible object-relational database system. It combines the power of SQL with additional procedural features, making it …

  4. PostgreSQL Tutorial

    In this section, you’ll begin working with PostgreSQL by learning how to write SQL statements to interact with the databases. What is PostgreSQL? Explain what PostgreSQL is and what you …

  5. Downloads - PostgreSQL

    Nov 13, 2025 · 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. Select your …

  6. What Is PostgreSQL? Databases Explained | Google Cloud

    PostgreSQL (often shortened to “Postgres”) is the world’s most advanced open-source, object-relational database. It’s designed for enterprise-level performance and is valued for its robust...

  7. PostgreSQL Tutorial - GeeksforGeeks

    Sep 27, 2025 · PostgreSQL is an open-source, object-relational database management system (ORDBMS) that uses and extends SQL to store, manage, and retrieve structured data. It is …

  8. Documentation - PostgreSQL

    Nov 13, 2025 · You can view the manual for an older version or download a PDF of a manual from the below table. Looking for documentation for an older, unsupported, version? Check …

  9. About - PostgreSQL

    Nov 13, 2025 · 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 …

  10. Chapter 41. PL/pgSQL — SQL Procedural Language - PostgreSQL

    Nov 13, 2025 · PL/pgSQL — SQL Procedural Language. 41.1. Overview. 41.1.1. Advantages of Using PL/pgSQL. 41.1.2. Supported Argument and Result Data Types. 41.2. Structure of …