1#----------------------------------------------------------------------
2#
3# pg_database.dat
4#    Initial contents of the pg_database system catalog.
5#
6# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
7# Portions Copyright (c) 1994, Regents of the University of California
8#
9# src/include/catalog/pg_database.dat
10#
11#----------------------------------------------------------------------
12
13[
14
15{ oid => '1', oid_symbol => 'TemplateDbOid',
16  descr => 'default template for new databases',
17  datname => 'template1', encoding => 'ENCODING', datcollate => 'LC_COLLATE',
18  datctype => 'LC_CTYPE', datistemplate => 't', datallowconn => 't',
19  datconnlimit => '-1', datlastsysoid => '0', datfrozenxid => '0',
20  datminmxid => '1', dattablespace => 'pg_default', datacl => '_null_' },
21
22]
23