Re: Still not able to initdb - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Still not able to initdb
Date
Msg-id 29378.1066079386@sss.pgh.pa.us
Whole thread Raw
In response to Re: Still not able to initdb  (Michael Meskes <meskes@postgresql.org>)
List 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 by date:

Previous
From: Jean-Michel POURE
Date:
Subject: Re: http://www.pgsql.com/register/submit.php
Next
From: Peter Eisentraut
Date:
Subject: Re: Still not able to initdb