pg_class.dat 872 B

12345678910111213141516171819202122232425262728
  1. #----------------------------------------------------------------------
  2. #
  3. # pg_class.dat
  4. # Initial contents of the pg_class system catalog.
  5. #
  6. # Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
  7. # Portions Copyright (c) 1994, Regents of the University of California
  8. #
  9. # src/include/catalog/pg_class.dat
  10. #
  11. #----------------------------------------------------------------------
  12. [
  13. # Note: only bootstrap catalogs, ie those marked BKI_BOOTSTRAP, need to
  14. # have entries here. Be sure that the OIDs listed here match those given in
  15. # their CATALOG and BKI_ROWTYPE_OID macros.
  16. { oid => '1247',
  17. relname => 'pg_type', reltype => 'pg_type' },
  18. { oid => '1249',
  19. relname => 'pg_attribute', reltype => 'pg_attribute' },
  20. { oid => '1255',
  21. relname => 'pg_proc', reltype => 'pg_proc' },
  22. { oid => '1259',
  23. relname => 'pg_class', reltype => 'pg_class' },
  24. ]