Error executing dbcreate

From: Jeff Holle <jeff(dot)holle(at)verizon(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Error executing dbcreate
Date: 2003-05-08 21:36:01
Message-ID: 3EBACDC1.3030502@verizon.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Stephan Szabo 2003-05-08 21:53:57 Re: Server error
Previous Message Andrew Sullivan 2003-05-08 21:21:57 Re: pg_dump options and perhaps 'Enhancement request'