As a lot of you most likely have already done the upgrade to the latest PG version, here is a question for you.
How did you do it ?
I tried the commands outlined in the backup guide, but it failed with "invalid command \N", which is due to a change in the copy functionality of pg_dump from 7.3.4 to 7.4.1.
Next try was "pg_dump -d", but it breaks somewhere in between (and getting 160MB of data via inserts into the database is not my ideal day).
My last idea had been to install PG 7.4 on the same machine as 7.3.4 and use the PG 7.4 pg_dump. But this did not work either.
Any other ideas (short of getting rid of all \N via perl and replace it with something different) ? How is the experience with pg_dump/pg_restore ?