Re: [ADMIN] Starting postmaster with -i

1999-01-28 Thread Jeremiah Davis
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

Re: [ADMIN] i need help in using pg!!!

1998-08-10 Thread Jeremiah Davis
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

Re: [ADMIN] Password authentication failing...?

1998-08-10 Thread Jeremiah Davis
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

Re: [ADMIN] Database Movement?

1998-08-06 Thread Jeremiah Davis
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

[ADMIN] Database Movement?

1998-08-06 Thread Jeremiah Davis
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]