From: | hubert depesz lubaczewski <depesz(at)depesz(dot)pl> |
---|---|
To: | "Anthony E (dot) Greene" <agreene(at)pobox(dot)com> |
Cc: | pgsql-novice(at)postgresql(dot)org |
Subject: | Re: MSSQL to PgSQL |
Date: | 2001-01-08 08:06:45 |
Message-ID: | 20010108090645.A25049@gruby |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
On Wed, Jan 03, 2001 at 11:45:22PM -0500, Anthony E . Greene wrote:
> I've used basic SQL queries interchangeably in psql and iSQL. They do need
> to be plain text files though:
> file energy2.sql
> energy2.sql: MP3, 80 kBits2, 96 kBits, 32 kHz, Stereo
just open it in vim and
:%s/^V^J//g
(this command will render as:)
:%s/^@//g
and now the code is quite readable.
but i thinks that sending that big code to mailing list is somehow sick.
depesz
--
hubert depesz lubaczewski
------------------------------------------------------------------------
najwspanialszą rzeczą jaką dało nam nowoczesne społeczeństwo,
jest niesamowita wręcz łatwość unikania kontaktów z nim ...
From | Date | Subject | |
---|---|---|---|
Next Message | dubois | 2001-01-08 11:40:36 | backup |
Previous Message | Ron Johnson | 2001-01-07 03:12:29 | Re: Cross-database tables |