pg_ts_dict.dat 581 B

12345678910111213141516171819
  1. #----------------------------------------------------------------------
  2. #
  3. # pg_ts_dict.dat
  4. # Initial contents of the pg_ts_dict 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_dict.dat
  10. #
  11. #----------------------------------------------------------------------
  12. [
  13. { oid => '3765',
  14. descr => 'simple dictionary: just lower case and check for stopword',
  15. dictname => 'simple', dicttemplate => 'simple', dictinitoption => '_null_' },
  16. ]