Re: [SQL] Re: SQL Join - MySQL/PostgreSQL difference?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [SQL] Re: SQL Join - MySQL/PostgreSQL difference?
Дата
Msg-id 28730.981564191@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [SQL] Re: SQL Join - MySQL/PostgreSQL difference?  (Brice Ruth <brice@webprojkt.com>)
Список pgsql-general
Brice Ruth <brice@webprojkt.com> writes:
> Is there a simple (unix) command I can run on text files to convert
> cr/lf to lf?

You could strip out CRs entirely with

    tr -d '\015'

            regards, tom lane

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

Предыдущее
От: Brice Ruth
Дата:
Сообщение: Re: [SQL] Re: SQL Join - MySQL/PostgreSQL difference?
Следующее
От: "Dominic J. Eidson"
Дата:
Сообщение: Re: Re: [SQL] Re: SQL Join - MySQL/PostgreSQL difference?