1 #----------------------------------------------------------------------
4 # Initial contents of the pg_class system catalog.
6 # Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
7 # Portions Copyright (c) 1994, Regents of the University of California
9 # src/include/catalog/pg_class.dat
11 #----------------------------------------------------------------------
15 # Note: only bootstrap catalogs, ie those marked BKI_BOOTSTRAP, need to
16 # have entries here. Be sure that the OIDs listed here match those given in
17 # the corresponding CATALOG macros.
20 relname
=> 'pg_type', reltype
=> 'pg_type' },
22 relname
=> 'pg_attribute', reltype
=> 'pg_attribute' },
24 relname
=> 'pg_proc', reltype
=> 'pg_proc' },
26 relname
=> 'pg_class', reltype
=> 'pg_class' },