head	1.2;
access;
symbols
	Release_2_0_0:1.1.1.1
	Release_1_0_3:1.1.1.1.0.2
	Release_2_0:1.1.1.1
	Release_1_0_2:1.1.1.1
	PG95-1_01:1.1.1.1
	PG95_DIST:1.1.1;
locks; strict;
comment	@# @;


1.2
date	96.09.23.08.23.36;	author scrappy;	state dead;
branches;
next	1.1;

1.1
date	96.07.09.06.22.17;	author scrappy;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	96.07.09.06.22.17;	author scrappy;	state Exp;
branches;
next	;


desc
@@


1.2
log
@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>
@
text
@#
# Example config file for Postgres95 host based access
#
# Lines starting with "all" apply to all databases.  Otherwise the first
# column has to match the name of the database being connected to.  Up to
# ten config lines can apply to each database.  Mask specifies bits that 
# aren't counted. After those bits are taken out, the connection address 
# must match the address in the middle column.
#
# <name>	<address>	<mask>
#
all		127.0.0.1	0.0.0.0

@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Postgres95 1.01 Distribution - Virgin Sources
@
text
@@
