On Sun, 2011-12-11 at 07:05 -0800, John Fabiani wrote: > Hi, > johnf@linux-12:~> pg_dump --version > pg_dump (PostgreSQL) 9.1.1 > johnf@linux-12:~> pg_restore --version > pg_restore (PostgreSQL) 9.1.1 > > Can I still use the above version with Postgres 8.4???? >
You can use pg_dump 9.1.1 to dump a PostgreSQL 8.4 database, but you'll only be able to restore it on a 9.1+ database. IOW, you won't be able to restore it on your 8.4 database. You need a 8.4 dump to do that. -- Guillaume http://blog.guillaume.lelarge.info http://www.dalibo.com -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support