Re: BUG #15263: pg_dump / psql failure. When loading, psql does not see function-based constraints or indices - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #15263: pg_dump / psql failure. When loading, psql does not see function-based constraints or indices
Date
Msg-id 70632.1530974886@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #15263: pg_dump / psql failure. When loading, psql does notsee function-based constraints or indices  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-bugs
Peter Eisentraut <peter.eisentraut@2ndquadrant.com> writes:
> On 06.07.18 18:19, PG Bug reporting form wrote:
>> When I load the database from the dump I just created, loading (via psql)
>> logs error messages.  Postgres cannot find functions inside the function the
>> constraint or index invokes.

> I think this and your subsequent report are all instances of the problem
> that pg_dump cannot see into the function body to check what database
> objects it depends on, so it cannot produce a working ordering of the
> objects.

That's one possible issue, but I think a more likely cause is the recent
security-driven changes in the search_path that the restore script runs
with.  If the function is relying on unqualified references to functions
that aren't in pg_catalog, it'll fail.  (This theory explains why things
were okay with old copies of pg_dump.)

            regards, tom lane


pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: long analyze, libc bug and libicu
Next
From: "ceccareb@talusmusic.com"
Date:
Subject: Re: BUG #15263: pg_dump / psql failure. When loading, psql does not see function-based constraints or indices