pg_ts_config.dat 517 B

123456789101112131415161718
  1. #----------------------------------------------------------------------
  2. #
  3. # pg_ts_config.dat
  4. # Initial contents of the pg_ts_config 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_ts_config.dat
  10. #
  11. #----------------------------------------------------------------------
  12. [
  13. { oid => '3748', descr => 'simple configuration',
  14. cfgname => 'simple', cfgparser => 'default' },
  15. ]