About 2,060,000 results
Open links in new tab
  1. PostgreSQL: Documentation: 18: 66.1. Database File Layout

    Nov 13, 2025 · For each database in the cluster there is a subdirectory within PGDATA/base, named after the database's OID in pg_database. This subdirectory is the default location for …

  2. Where does PostgreSQL store the database? - Stack Overflow

    On Windows, the PGDATA directory that the PostgresSQL docs describe is at somewhere like C:\Program Files\PostgreSQL\8.1\data. The data for a particular database is under (for …

  3. ¿Dónde almacena PostgreSQL la base de datos?

    Los datos para una base de datos en particular están debajo (por ejemplo) C:\Program Files\PostgreSQL\8.1\data\base\100929, donde supongo que 100929 es el número de la base …

  4. Physical Storage: Database File Layout - PostgreSQL 12

    Traditionally, the configuration and data files used by a database cluster are stored together within the cluster's data directory, commonly referred to as PGDATA (after the name of the …

  5. How to Understand PostgreSQL's Data Directory

    Jun 26, 2025 · In this blog, we’ll walk through each folder and file inside the PostgreSQL data directory and explain their purpose in a simple and easy-to-understand way — perfect for …

  6. PostgreSQL : Documentation: 12: 69.1. Database File Layout

    For each database in the cluster there is a subdirectory within PGDATA/base, named after the database's OID in pg_database. This subdirectory is the default location for the database's …

  7. Where and How Does PostgreSQL Actually Store Data on Disk?

    Dec 29, 2024 · Ever wonder where your PostgreSQL data actually lives once you hit “save”? The answer might surprise you — it’s all tucked neatly into files on your disk.

  8. Troubleshooting PostgreSQL Database File Layout and Disk Space

    Sep 14, 2025 · When you look inside the PGDATA directory (the main data directory), you'll see a structure that organizes everything from configuration files to the actual table data. This is the …

  9. Where are the PostgreSQL Configuration Files – TecAdmin

    Apr 26, 2025 · The main configuration files for PostgreSQL reside in the data directory, which is often referred to as the ‘data cluster’. The specific path to this directory can vary based on how …

  10. Where are PostgreSQL databases stored (on my local machine)?

    Sep 26, 2020 · This didn't delete one subfolder: /Library/PostgreSQL/12/data. I deleted this manually. I later installed PostgreSQL 12.4 again, in the exact same way. I fired up pgAdmin 4 …