"Teofilo Santos" <[EMAIL PROTECTED]> writes: > I made a pg_dumpall in a postgresql server without problems (using Red Hat > 9. and postgresql 8.0.3), but when i attempt to restore this backup in a > RHEL4 (kernel 2.6.9-5 64 bits )i receive a lot of erros: invalid command > \n!
If you're using the RHEL4 version of Postgres (ie, 7.4.something), this is unlikely to work --- dump files are very often not portable to older server versions without manual editing, because they'll use new SQL features that the older server doesn't understand. Try paying attention to the *first* reported error, not the subsequent ones, to get a better handle on what's going wrong. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings