Re: Spaces in .sql File

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: pdxpug(at)postgresql(dot)org
Subject: Re: Spaces in .sql File
Date: 2011-02-16 21:46:15
Message-ID: alpine.LNX.2.00.1102161345220.19529@salmo.appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pdxpug

On Wed, 16 Feb 2011, Michael Ewan wrote:

> As long as the spaces aren't inside quotes, it shouldn't be a problem.
> Assuming something that looks like...
>
> INSERT INTO table (col1, col2, col3) VALUES (val1 , val2 , val2
> );

Michael,

Yes, that's what they look like. Whew! That saves me a ton of
search-and-replace in emacs.

Thanks,

Rich

In response to

Browse pdxpug by date

  From Date Subject
Next Message Rich Shepard 2011-02-17 00:38:21 SQLite to Postgres, II
Previous Message Michael Ewan 2011-02-16 21:27:40 Re: Spaces in .sql File