-
- Downloads
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>
Showing
- src/backend/Makefile 29 additions, 51 deletionssrc/backend/Makefile
- src/backend/catalog/Makefile.inc 21 additions, 22 deletionssrc/backend/catalog/Makefile.inc
- src/backend/libpq/pg_hba.sample 0 additions, 0 deletionssrc/backend/libpq/pg_hba.sample
- src/bin/cleardbdir/cleardbdir.sh 12 additions, 22 deletionssrc/bin/cleardbdir/cleardbdir.sh
- src/bin/initdb/initdb.sh 191 additions, 146 deletionssrc/bin/initdb/initdb.sh
- src/interfaces/libpq/Makefile 54 additions, 50 deletionssrc/interfaces/libpq/Makefile
- src/mk/postgres.mk 3 additions, 5 deletionssrc/mk/postgres.mk
- src/mk/postgres.shell.mk 13 additions, 8 deletionssrc/mk/postgres.shell.mk
Loading
Please register or sign in to comment