Here's a patch that I discussed recently on pg95-dev that changes the

Marc G. Fournier <scrappy@hub.org>

Commit: ff4d0d435e32e6abf1e467a44056ea38041cb849
Author: Marc G. Fournier <scrappy@hub.org>
Date: 1996-09-23T08:24:13Z
Releases: 7.1.1
Here's a patch that I discussed recently on pg95-dev that changes the
way one creates a database system.  Parts that were in "make install"
are not either in "make all" or initdb.  Nothing goes in the PGDATA
directory besides user data.  Creating multiple database systems is
easier.

In addition to applying the patch, it is necessary to move the file
libpq/pg_hba to backend/libpq/pg_hba.sample.

Submitted by: Bryan Henderson <bryanh@giraffe.netgate.net>

Files

PathChange+/−
src/backend/catalog/Makefile.inc modified +21 −22
src/backend/libpq/pg_hba.sample (from src/interfaces/libpq/pg_hba) renamed +0 −0
src/backend/Makefile modified +29 −51
src/bin/cleardbdir/cleardbdir.sh modified +12 −22
src/bin/initdb/initdb.sh modified +191 −146
src/interfaces/libpq/Makefile modified +54 −50
src/mk/postgres.mk modified +3 −5
src/mk/postgres.shell.mk modified +13 −8