Question on pg_dump - Mailing list pgsql-hackers

From Michael Brusser
Subject Question on pg_dump
Date
Msg-id DEEIJKLFNJGBEMBLBAHCIEONEDAA.michael@synchronicity.com
Whole thread Raw
Responses Re: Question on pg_dump  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I'm running Postgres v.7.3.4.
In my database dump file I see this:

CREATE FUNCTION plpgsql_call_handler () RETURNS language_handler   AS
'/home/tmichael/build/relipg21/syncinc/lib.sol2/plpgsql',
'plpgsql_call_handler'   LANGUAGE c;

The hardcoded library path may become an obstacle when loading
data into a different server. Is there a way to avoid this?

Thank you,
Mike.




pgsql-hackers by date:

Previous
From: markw@osdl.org
Date:
Subject: Re: Proposed Query Planner TODO items
Next
From: "scott.marlowe"
Date:
Subject: Re: PITR Dead horse?