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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Brice Ruth <brice(at)webprojkt(dot)com>
Cc: Michael Fork <mfork(at)toledolink(dot)com>, Ian Harding <iharding(at)pakrat(dot)com>, pgsql-general(at)postgresql(dot)org, pgsql-sql(at)postgresql(dot)org
Subject: Re: [SQL] Re: SQL Join - MySQL/PostgreSQL difference?
Date: 2001-02-07 16:43:11
Message-ID: 28730.981564191@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-sql

Brice Ruth <brice(at)webprojkt(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Dominic J. Eidson 2001-02-07 16:45:31 Re: Re: [SQL] Re: SQL Join - MySQL/PostgreSQL difference?
Previous Message Crispin Miller 2001-02-07 16:39:55 Re: Not using index

Browse pgsql-sql by date

  From Date Subject
Next Message Dominic J. Eidson 2001-02-07 16:45:31 Re: Re: [SQL] Re: SQL Join - MySQL/PostgreSQL difference?
Previous Message Brice Ruth 2001-02-07 16:38:53 Re: [SQL] Re: SQL Join - MySQL/PostgreSQL difference?