From: | "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com> |
---|---|
To: | Jeff Holle <jeff(dot)holle(at)verizon(dot)net> |
Cc: | <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Error executing dbcreate |
Date: | 2003-05-08 22:39:15 |
Message-ID: | Pine.LNX.4.33.0305081638520.11937-100000@css120.ihs.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
I bet you already have one flavor of postgresql (7.2.x) installed.
Do an rpm -qa|grep -i post to see if you do.
On Thu, 8 May 2003, Jeff Holle wrote:
> with PostgreSQL 7.3.2.
>
> I'm running linux (mandrake 9.0).
>
> I successfully executed the followed instructions:
>
> ./configure
> make
> su
> make install
> adduser postgres
> mkdir /usr/local/pgsql/data
> chown postgres /usr/local/pgsql/data
> su - postgres
> /usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data
> /usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data logfile
> 2>&1 &
>
> And failed executing this:
> /usr/local/pgsql/bin/createdb test
> with this error:
> ERROR: 'autocommit' is not a valid option name
>
> What is the problem?
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>
From | Date | Subject | |
---|---|---|---|
Next Message | Hadley Willan | 2003-05-08 22:39:38 | Arrays, JDBC and Postgresql Functions |
Previous Message | scott.marlowe | 2003-05-08 22:22:05 | Re: jdbc connection process size |