Spaces in .sql File

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

The SQLite dump left a lot of spaces within a column. That is, there are
text strings followed by a variable number of spaces before the column
delimiter ','. Do I need to remove all these before restoring the file to a
postgres table?

Thanks,

Rich

Responses

Browse pdxpug by date

  From Date Subject
Next Message Michael Ewan 2011-02-16 21:27:40 Re: Spaces in .sql File
Previous Message Rich Shepard 2011-02-16 19:10:37 Re: From SQLite to Postgres