On 30.04 13:40, Aarni Ruuhimäki / Megative Tmi / KYMI.com wrote:
> How about the other way round ? Can I still use
> #cat pg_dump | psql my_db ?
>
> Or pg_restore the new way ?
>
> Same things apply to vacuum ?
yes, a dump from 7.0 should work in 7.2.
You should always use utilities from the same
version as the database you are running.
- Einar Karttunen