Обсуждение: about createdb err

Поиск
Список
Период
Сортировка

about createdb err

От
"楊 慧泉"
Дата:
$ bash createdb test
NOTICE:  database directory '/usr/local/pgsql/data/base/18749' could not be
removed
ERROR:  CREATE DATABASE: could not initialize database directory; delete
failed as well
NOTICE:  database directory '/usr/local/pgsql/data/base/18749' could not be
removed
ERROR:  CREATE DATABASE: could not initialize database directory; delete
failed as well
createdb: database creation failed

Regards,

Yang





Re: about createdb err

От
Tom Lane
Дата:
"楊 慧泉" <yanghq@gmo.jp> writes:
> $ bash createdb test
> NOTICE:  database directory '/usr/local/pgsql/data/base/18749' could not be
> removed
> ERROR:  CREATE DATABASE: could not initialize database directory; delete
> failed as well
> NOTICE:  database directory '/usr/local/pgsql/data/base/18749' could not be
> removed
> ERROR:  CREATE DATABASE: could not initialize database directory; delete
> failed as well
> createdb: database creation failed

Look in the postmaster log (its stderr output) to see why 'cp' or 'rm'
failed.
        regards, tom lane