OpenMacNews <[EMAIL PROTECTED]> writes: > createlang: language installation failed: ERROR: could not load library > "/usr/local/pgsql/lib/plpgsql.so": dyld: /usr/local/pgsql/bin/postmaster > Undefined symbols: > /usr/local/pgsql/lib/plpgsql.so undefined reference to > _SPI_restore_connection expected to be defined in the executable
You seem to be trying to load a current plpgsql.so into a less than current backend. SPI_restore_connection() was just added a few days ago ... regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster