pg_tablespace.dat 677 B

1234567891011121314151617181920
  1. #----------------------------------------------------------------------
  2. #
  3. # pg_tablespace.dat
  4. # Initial contents of the pg_tablespace 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_tablespace.dat
  10. #
  11. #----------------------------------------------------------------------
  12. [
  13. { oid => '1663', oid_symbol => 'DEFAULTTABLESPACE_OID',
  14. spcname => 'pg_default', spcacl => '_null_', spcoptions => '_null_' },
  15. { oid => '1664', oid_symbol => 'GLOBALTABLESPACE_OID',
  16. spcname => 'pg_global', spcacl => '_null_', spcoptions => '_null_' },
  17. ]