Re: [SQL] Re: SQL Join - MySQL/PostgreSQL difference? - Mailing list pgsql-general

From Tom Lane
Subject Re: [SQL] Re: SQL Join - MySQL/PostgreSQL difference?
Date
Msg-id 28730.981564191@sss.pgh.pa.us
Whole thread Raw
In response to Re: [SQL] Re: SQL Join - MySQL/PostgreSQL difference?  (Brice Ruth <brice@webprojkt.com>)
List 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 by date:

Previous
From: Brice Ruth
Date:
Subject: Re: [SQL] Re: SQL Join - MySQL/PostgreSQL difference?
Next
From: "Dominic J. Eidson"
Date:
Subject: Re: Re: [SQL] Re: SQL Join - MySQL/PostgreSQL difference?