Re: [GENERAL] upgrading from 8.0 rc5

2005-07-11 Thread Tom Lane
snacktime <[EMAIL PROTECTED]> writes: > Do I need to do a full dump/restore when migrating from 8.0 rc5 to the > latest 8.0.3? No. When in doubt, the authoritative reference for this sort of question is the revision history for catversion.h: http://developer.postgresql.org/cvsweb.cgi/pgsql/src/i

Re: [GENERAL] upgrading from 8.0 rc5

2005-07-11 Thread Michael Fuhr
On Mon, Jul 11, 2005 at 10:58:00AM -0700, snacktime wrote: > Do I need to do a full dump/restore when migrating from 8.0 rc5 to the > latest 8.0.3? Check the revision history of catversion.h to see if the catalog version changed between 8.0.0rc5 and 8.0.3: http://developer.postgresql.org/cvsweb.c

[GENERAL] upgrading from 8.0 rc5

2005-07-11 Thread snacktime
Do I need to do a full dump/restore when migrating from 8.0 rc5 to the latest 8.0.3? Chris ---(end of broadcast)--- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes d