init
This commit is contained in:
28
db_include/catalog/pg_class.dat
Executable file
28
db_include/catalog/pg_class.dat
Executable file
@@ -0,0 +1,28 @@
|
||||
#----------------------------------------------------------------------
|
||||
#
|
||||
# pg_class.dat
|
||||
# Initial contents of the pg_class system catalog.
|
||||
#
|
||||
# Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
# Portions Copyright (c) 1994, Regents of the University of California
|
||||
#
|
||||
# src/include/catalog/pg_class.dat
|
||||
#
|
||||
#----------------------------------------------------------------------
|
||||
|
||||
[
|
||||
|
||||
# Note: only bootstrap catalogs, ie those marked BKI_BOOTSTRAP, need to
|
||||
# have entries here. Be sure that the OIDs listed here match those given in
|
||||
# their CATALOG and BKI_ROWTYPE_OID macros.
|
||||
|
||||
{ oid => '1247',
|
||||
relname => 'pg_type', reltype => 'pg_type' },
|
||||
{ oid => '1249',
|
||||
relname => 'pg_attribute', reltype => 'pg_attribute' },
|
||||
{ oid => '1255',
|
||||
relname => 'pg_proc', reltype => 'pg_proc' },
|
||||
{ oid => '1259',
|
||||
relname => 'pg_class', reltype => 'pg_class' },
|
||||
|
||||
]
|
||||
Reference in New Issue
Block a user