About 132,000 results
Open links in new tab
  1. PostgreSQL: Documentation: 18: 3.6. Inheritance

    Feb 26, 2026 · 3.6. Inheritance # Inheritance is a concept from object-oriented databases. It opens up interesting new possibilities of database design. Let's create two tables: A table cities and a table …

  2. PostgreSQL: Documentation: 18: 5.11. Inheritance

    Feb 26, 2026 · PostgreSQL implements table inheritance, which can be a useful tool for database designers. (SQL:1999 and later define a type inheritance feature, which differs in many respects from …

  3. PostgreSQL: The world's most advanced open source database

    1 day ago · 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 …

  4. When to use inherited tables in PostgreSQL? - Stack Overflow

    For the correct use of table inheritance as a performance booster, look at the postgresql manual. You need to set CHECK constraints on each table to tell the database, on which key your data gets split …

  5. pgAdmin - PostgreSQL Tools

    pgAdmin The Most Popular PostgreSQL Admin Tool Feature-rich, open-source administration and development platform for PostgreSQL, the most advanced open source database in the world.

  6. Download - pgAdmin

    pgAdmin - PostgreSQL Tools for Windows, Mac, Linux and the Web

  7. PostgreSQL: Documentation: 18: 5.12. Table Partitioning

    Feb 26, 2026 · PostgreSQL supports basic table partitioning. This section describes why and how to implement partitioning as part of your database design.

  8. PostgreSQL: pgAdmin 4 v9.0 Released

    Feb 6, 2025 · Features: Enhanced pgAdmin 4 with support for Workspace layouts. Starting with this release, pgAdmin introduces two layout options: the Classic layout, a familiar design users know …

  9. Unlocking the Power of PostgreSQL Table Inheritance: A Hidden Gem

    Mar 29, 2025 · In PostgreSQL, this inheritance allows you to create a hierarchical relationship between tables. The child table gets all the columns from the parent table, and you can extend the child table …

  10. Documentation - pgAdmin

    Mar 9, 2023 · pgAdmin - PostgreSQL Tools for Windows, Mac, Linux and the Web