Re: [ADMIN] FATAL 1

1999-09-10 Thread Jacques B. Dimanche
At 11:14 AM 9/10/99 +0100, [EMAIL PROTECTED] wrote: >I get the "FATAL 1" message from "postgres -i": >[postgres@lexis postgres]$ postgres -i >FATAL 1: Database postgres does not exist in pg_database >FATAL 1: Database postgres does not exist in pg_database >What may I be doing wrong? >(By the wa

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

[ADMIN] FATAL 1

1999-09-10 Thread postgres
I get the "FATAL 1" message from "postgres -i": [postgres@lexis postgres]$ postgres -i FATAL 1: Database postgres does not exist in pg_database FATAL 1: Database postgres does not exist in pg_database [postgres@lexis postgres]$ What may I be doing wrong? (By the way, where is the "-i" option