I have exported database with phpPgAdmin tool - format sql, structure and data.
When I try to import this sql using:
psql command \i filename.sql
After some time (file is 2GB) I get following error:
ERROR: unterminated quoted string at or near ".. , '\x25504... "
with "arrow" pointing to \x.
Looks like \ is making a problem here...