Re: [HACKERS] Upgrade path for contrib modules

2004-08-05 Thread Tom Lane
Greg Stark <[EMAIL PROTECTED]> writes: > What is the intended upgrade path for databases using contrib modules? Normally you just upgrade 'em ... > pg_restore: [archiver (db)] could not execute query: ERROR: could not find function > "int2key_in" in file "/usr/local/pgsql/lib/btree_gist.so" ..

[HACKERS] Upgrade path for contrib modules

2004-08-05 Thread Greg Stark
What is the intended upgrade path for databases using contrib modules? Because I'm trying to test out my database under a CVS compiled postgres and running into problems. It seems you can't count on a simple pg_dump/pg_restore working because functions needed for various operators and index acces