Update copyright for 2022
[pgsql.git] / src / include / catalog / pg_namespace.dat
blob9f1d27cd2af078c1647509e893f6211069bf1d83
1 #----------------------------------------------------------------------
3 # pg_namespace.dat
4 # Initial contents of the pg_namespace system catalog.
6 # Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
7 # Portions Copyright (c) 1994, Regents of the University of California
9 # src/include/catalog/pg_namespace.dat
11 #----------------------------------------------------------------------
15 { oid => '11', oid_symbol => 'PG_CATALOG_NAMESPACE',
16 descr => 'system catalog schema',
17 nspname => 'pg_catalog', nspacl => '_null_' },
18 { oid => '99', oid_symbol => 'PG_TOAST_NAMESPACE',
19 descr => 'reserved schema for TOAST tables',
20 nspname => 'pg_toast', nspacl => '_null_' },
21 # update dumpNamespace() if changing this descr
22 { oid => '2200', oid_symbol => 'PG_PUBLIC_NAMESPACE',
23 descr => 'standard public schema',
24 nspname => 'public', nspowner => 'pg_database_owner', nspacl => '_null_' },