Re: Still not able to initdb

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Still not able to initdb
Дата
Msg-id 29378.1066079386@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Still not able to initdb  (Michael Meskes <meskes@postgresql.org>)
Список pgsql-hackers
Michael Meskes <meskes@postgresql.org> writes:
>>> I just tried the latest Debian packages for beta4 and I still cannot
>>> initdb. It's the same old problem. Once I add a "\." to sql_features.txt
>>> it works well, but without it it errors out. 

I have fixed this (I hope) using the approach Peter suggested: read
sql_features.txt using COPY FROM 'filename' instead of COPY FROM STDIN.
This avoids needing to make any assumptions about what sort of newlines
will be produced in a shell script.
        regards, tom lane


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

Предыдущее
От: Jean-Michel POURE
Дата:
Сообщение: Re: http://www.pgsql.com/register/submit.php
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Still not able to initdb