pgsql/src/bin/initdb (initdb.sh)

From: Philip Warner - CVS <pjw(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/bin/initdb (initdb.sh)
Date: 2000-10-22 17:55:46
Message-ID: 200010221755.e9MHtkX08643@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Sunday, October 22, 2000 @ 13:55:46
Author: pjw

Update of /home/projects/pgsql/cvsroot/pgsql/src/bin/initdb
from hub.org:/home/users/p/pjw/work/pgsql/src/bin/initdb

Modified Files:
initdb.sh

----------------------------- Log Message -----------------------------

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.

Browse pgsql-committers by date

  From Date Subject
Next Message Philip Warner - CVS 2000-10-22 17:55:50 pgsql/src/include/catalog (catversion.h pg_attribute.h pg_class.h pg_database.h)
Previous Message Philip Warner - CVS 2000-10-22 17:55:36 pgsql/src/backend/commands (dbcommands.c)