I believe this is a problem in all versions.
Apologies if I have selected the wrong severity, what's important to me
might not be important to you or others.
I'm using postgresql 8.1, and a windows based SQL designer. If I have
tables comments which have newlines in them, they're added with DOS
newlines when the database is generated.
This becomes a problem when I dump the schema, and modify the resulting
schemas (obviously in the area which is preserved upon any subsequent
dumps). If the table comments have a new line and I save the file, the
table comments' DOS newlines are replaced with UNIX newlines; this ends
up breaking the file as the CHECKSUM recognises the file as being changed.
For schemas that I have to edit which have newlines in them, for the
time being I'm having to remove the newlines which works, but makes the
comments less readable.
I believe a option to convert comments to UNIX, or a hook for comments
would work nicely.
Thank you for your time and effort on this library, it's pretty god damn
awesome :)