Error executing dbcreate

Поиск
Список
Период
Сортировка
От Jeff Holle
Тема Error executing dbcreate
Дата
Msg-id 3EBACDC1.3030502@verizon.net
обсуждение исходный текст
Ответы Re: Error executing dbcreate  ("scott.marlowe" <scott.marlowe@ihs.com>)
Re: Error executing dbcreate  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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?


В списке pgsql-general по дате отправления:

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: pg_dump options and perhaps 'Enhancement request'
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Server error