Re: Createdb Problems - Mailing list pgsql-novice

From Louise Cofield
Subject Re: Createdb Problems
Date
Msg-id 005501c3a580$e4d38450$7801a8c0@Louise
Whole thread Raw
In response to Re: Createdb Problems  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-novice
Tom,

There were some pathing issues that we modified, and deleting the pgdata
directory and running initdb anew, making sure the user was "postgres",
solved the problems.  We are up and running.  Thanks!

Louise

-----Original Message-----
From: pgsql-novice-owner@postgresql.org
[mailto:pgsql-novice-owner@postgresql.org] On Behalf Of Tom Lane
Sent: Friday, November 07, 2003 3:06 PM
To: Louise Cofield
Cc: pgsql-novice@postgresql.org
Subject: Re: [NOVICE] Createdb Problems


"Louise Cofield" <lcofield@box-works.com> writes:
> Now, after shutting the postmaster down, and attempting to restart the

> postmaster, this is the error:

> "The data directory was initialized by PostgreSQL version 7.3, which
> is not compatible with this version 7.1.3."

Sounds like you also have PATH problems: you've got an old version of
the postmaster in your PATH (possibly left over from your OS install).

            regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to majordomo@postgresql.org so that your
      message can get through to the mailing list cleanly


pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: Createdb Problems
Next
From: Boris Popov
Date:
Subject: Help writing a trigger function please