Re: EOL on OS X

From: "Henry B(dot) Hotz" <hotz(at)jpl(dot)nasa(dot)gov>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL-ports <pgsql-ports(at)postgresql(dot)org>
Subject: Re: EOL on OS X
Date: 2003-04-19 00:36:43
Message-ID: p05111702bac649b4a827@[137.78.212.225]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

At 7:38 PM -0400 4/18/03, Bruce Momjian wrote:
>What is the default end-of-line character on OS X? 7.4 COPY will
>support \n, \r, and \r\n, and I need to know that to use as a default on
>OS X.

Traditional Mac is to use \r. However OSX is really Unix underneath
where Postgres works so I think it would be better to stick with \n.
I don't know exactly what they are doing, but I've noticed that OSX
applications don't seem to have a problem with \n in text files the
way they did under OS9.

AFAIK only Windows uses the \r\n combination.
--
The opinions expressed in this message are mine,
not those of Caltech, JPL, NASA, or the US Government.
Henry(dot)B(dot)Hotz(at)jpl(dot)nasa(dot)gov, or hbhotz(at)oxy(dot)edu

In response to

  • EOL on OS X at 2003-04-18 23:38:41 from Bruce Momjian

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Tom Lane 2003-04-19 00:43:17 Re: EOL on OS X
Previous Message Bruce Momjian 2003-04-18 23:38:41 EOL on OS X