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
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
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