mirror of
https://github.com/postgres/postgres.git
synced 2026-02-14 16:23:59 -05:00
18 lines
517 B
Text
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' },
|
|
|
|
]
|