Problem with initdb

Поиск
Список
Период
Сортировка
От S. van der Tol
Тема Problem with initdb
Дата
Msg-id Pine.HPP.3.95.991028200921.7655C-100000@elektron.its.tudelft.nl
обсуждение исходный текст
Список pgsql-general
Hello,

I've installed postgresql 6.5.1
Everthing went fine, till I tried to run initdb
It says that it can't parse template1
Can anyone help me with this problem?

Thanks,

Bas van der Tol

Delft, The Netherlands

===================================
SCREEN DUMP
===================================
Red Hat Linux release 5.2 (Apollo)
Kernel 2.2.3 on an i686

[svdt@atlas pgsql]$ initdb&
[2] 31598
[svdt@atlas pgsql]$ initdb: using
/home/svdt/pgsql/lib/local1_template1.bki.source as input to create the template database.
initdb: using /home/svdt/pgsql/lib/global1.bki.source as input to createthe global classes.
initdb: using /home/svdt/pgsql/lib/pg_hba.conf.sample as the host-based
authentication control file.

We are initializing the database system with username svdt (uid=16121).
This user will own all the files and must also own the server process.

Creating Postgres database system directory /home/svdt/pgsql/data

Creating Postgres database system directory /home/svdt/pgsql/data/base

initdb: creating template database in /home/svdt/pgsql/data/base/template1
Running: postgres -boot -C -F -D/home/svdt/pgsql/data -Q template1
        syntax error 2334 : parse error
Creating global classes in /base
Running: postgres -boot -C -F -D/home/svdt/pgsql/data -Q template1

Adding template1 database to pg_database...
Running: postgres -boot -C -F -D/home/svdt/pgsql/data -Q template1 <
/tmp/create.31598
ERROR:  pg_atoi: error in "template1": can't parse "template1"
ERROR:  pg_atoi: error in "template1": can't parse "template1"
initdb: could not log template database
initdb: cleaning up.

[2]+  Exit 1                  initdb
[svdt@atlas pgsql]$





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

Предыдущее
От: Ïàíêîâ Ñâÿòîñëàâ
Дата:
Сообщение: Why lower() and upper() doesn't work ?
Следующее
От: "Gene Selkov, Jr."
Дата:
Сообщение: Re: [GENERAL] indexed regex select optimisation missing?