postgresql/src/include/catalog/pg_ts_config.dat
Bruce Momjian 50e6eb731d Update copyright for 2025
Backpatch-through: 13
2025-01-01 11:21:55 -05:00

18 lines
517 B
Text

#----------------------------------------------------------------------
#
# pg_ts_config.dat
# Initial contents of the pg_ts_config system catalog.
#
# Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
# src/include/catalog/pg_ts_config.dat
#
#----------------------------------------------------------------------
[
{ oid => '3748', descr => 'simple configuration',
cfgname => 'simple', cfgparser => 'default' },
]