"Bob Powell" <[EMAIL PROTECTED]> writes: > I am sure that the pltcl.so is in the correct location. Would the > version issue of pltcl.so matter? I'm using the pltcl.so from my older > 7.2 branch.
Can't do that. In current releases it's considered bad practice to be using absolute paths for .so's at all --- better to make them relative to $libdir so that your function definitions are more portable. What I'd recommend is that you create the database, use the new version's "createlang" to install the PLs you want, and then run the restore script and ignore its bleats about the PL objects already existing. This will get you a modern definition of the PLs together with your existing data. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html