]> granicus.if.org Git - postgresql/commit
Add new datlastsysoid to pg_database.
authorPhilip Warner <pjw@rhyme.com.au>
Sun, 22 Oct 2000 17:55:49 +0000 (17:55 +0000)
committerPhilip Warner <pjw@rhyme.com.au>
Sun, 22 Oct 2000 17:55:49 +0000 (17:55 +0000)
commit4ac174213ff3a78f10ff9a4e709f70ab59899032
treebc7f04fab80297fc359395b571a580d87039efbd
parent7e02371e0f8c202aceb8dbf00cd135ead9c7e089
Add new datlastsysoid to pg_database.
This field stores the last allocated OID after the database was created.
Used by pg_dump in deciding what is user-defined vs. system-defined.
src/backend/commands/dbcommands.c
src/bin/initdb/initdb.sh
src/include/catalog/catversion.h
src/include/catalog/pg_attribute.h
src/include/catalog/pg_class.h
src/include/catalog/pg_database.h