]> granicus.if.org Git - postgresql/commit
Here's a patch that I discussed recently on pg95-dev that changes the
authorMarc G. Fournier <scrappy@hub.org>
Mon, 23 Sep 1996 08:24:13 +0000 (08:24 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Mon, 23 Sep 1996 08:24:13 +0000 (08:24 +0000)
commitff4d0d435e32e6abf1e467a44056ea38041cb849
treeeead1905720921020cfb5613f9740ae86a4da4ae
parente7c3adcd94d19758dad3d9bc41fe160ba1da2d96
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>
src/backend/Makefile
src/backend/catalog/Makefile.inc
src/backend/libpq/pg_hba.sample [moved from src/interfaces/libpq/pg_hba with 100% similarity]
src/bin/cleardbdir/cleardbdir.sh
src/bin/initdb/initdb.sh
src/interfaces/libpq/Makefile
src/mk/postgres.mk
src/mk/postgres.shell.mk