buenas tardes, estoy tratando de correr por consola el script para crear las funciones del dblink, pero al correr me genera el siguiente error..
psql -f /usr/share/pgsql/contrib/dblink.sql -p 9999 db_prueba SET psql:/usr/share/pgsql/contrib/dblink.sql:11: ERROR: kind mismatch among backends. Possible last query was: "CREATE OR REPLACE FUNCTION dblink_connect (text) RETURNS text AS '$libdir/dblink','dblink_connect' LANGUAGE C STRICT;" kind details are: 0[C] 1[E: no se pudo acceder al archivo «$libdir/dblink»: No server closed the connection unexpectedly This probably means the server terminated abnormally before or while processing the request. psql:/usr/share/pgsql/contrib/dblink.sql:11: connection to server was lost, es un servidor postgresql 8.4.8, de 64 bits, y conectado a un esclavo mediante pgpool... como podria solucionarlo..?