Re: [SQL] Upgrading from 6.2 to 7
"Sean Weissensee" <[EMAIL PROTECTED]> writes: > We are planing to upgrade to version 7 of Postgres, > I understand that you cannot use version 6 databases with 7. > Where can I find information on how to convert these Databases ? Short version: pg_dumpall (with old version), initdb, reload. Lon
[SQL] Upgrading from 6.2 to 7
We are planing to upgrade to version 7 of Postgres, I understand that you cannot use version 6 databases with 7. Where can I find information on how to convert these Databases ? Sean Ion Solutions