Re: [ADMIN] Problem with regression testing

1999-09-10 Thread Robin's Postgres List Archive
Problem solved, thank you for the responses! Yes, I had run initdb as outlined in the instructions. Then I received a tip from someone on the list suggesting: "do: rpm -qa | grep postgres then, for each package it returns: rpm -e " Which I did. At that point, running createdb gave me a *new* e

Re: [ADMIN] Problem with regression testing

1999-09-09 Thread Jacques B. Dimanche
At 07:42 PM 9/9/99 -0700, Postgres Mailing List wrote: >is indeed running. PGLIB and PGDATA are properly set >(PGLIB=/usr/local/pgsql/lib and PGDATA=/usr/local/pgsql/data). But when I >run "createdb" to test things out I get this: >FATAL 1: Database template1 does not exist in pg_database H

[ADMIN] Problem with regression testing

1999-09-09 Thread Postgres Mailing List
Hi, I've installed PostgreSQL on a RedHat 6.0 i386 box. The compile and everything seemed to go fine. I'm now logged in as the superuser (postgresql) following the install instructions in the docs. postmaster is indeed running. PGLIB and PGDATA are properly set (PGLIB=/usr/local/pgsql/lib and