man pg_hba.conf
pg_hba.conf is used for access control, it should be located in your
$PGDATA directory.
On Thu, 28 Jan 1999, Gerald Brandt wrote:
> Hi there,
>
> I start my postmaster with the -i option to start with tcp connectivity.
>
> I want to be able to limit who can access my postgres
PGDATA=/var/lib/pgsql
Should read
PGDATA=/var/lib/pgsql/data
so the database would be /var/lib/pgsql/data/base, not /var/lib/pgsql/base
On Mon, 10 Aug 1998, atif ahmed wrote:
> hi all
> i installed postgresql 6.3.2-6 that comes with redhat 5.1 as a root. "i
> tried to install it as a regul
you need to add the other users as postgres users..
createuser (username)
On Mon, 10 Aug 1998, Drew Hamilton wrote:
> Hi there!
>
> I've just installed Postgres and now I'm having problem with authentication.
> Everything works properly when I log on "directly" (logged on to UNIX as
> the sa
That may do it! Thanks!
Jeremiah Davis
[EMAIL PROTECTED]
On Thu, 6 Aug 1998, James Olin Oden wrote:
>
> > I have databases created on a development server, which I would like to
> > move to the postgres system on a different server to take the web site
> > live... is t
ne go about making a backup of a database, or database system. and
then restoring the database after a system has been recovered??? any
information on this would be greatly appreciated!!
Thanks!
Jeremiah Davis
[EMAIL PROTECTED]