[prev] 71 [next]

Exercise 4: PostgreSQL Data Files

PostgreSQL uses OIDs as
  • the name of the directory for each database
  • the name of the files for each table
Using the pg_catalog tables, find ..
  • the directory for the pizza database
  • the data files for the Pizzas and People tables