Обсуждение: EOL on OS X

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

EOL on OS X

От
Bruce Momjian
Дата:
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.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073


Re: EOL on OS X

От
"Henry B. Hotz"
Дата:
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.B.Hotz@jpl.nasa.gov, or hbhotz@oxy.edu


Re: EOL on OS X

От
Tom Lane
Дата:
"Henry B. Hotz" <hotz@jpl.nasa.gov> writes:
> 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.

Yeah.  I'd concur with accepting bare \r as newline, but not ever using
it as default.

            regards, tom lane