Issue 'SET check_function_bodies = false' to suppress possible restore
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 3 Oct 2003 20:10:59 +0000 (20:10 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 3 Oct 2003 20:10:59 +0000 (20:10 +0000)
commitef88199f611e625b496ff92aa17a447d254b9796
treeee63d1126cc5b1102dc60c94520beed3268b1a1a
parent15c194c1d51991deb7b7e6a00c6ce89575654120
Issue 'SET check_function_bodies = false' to suppress possible restore
failures in SQL functions, due to forward references or unqualified
references to objects in other schemas.  Per recent discussion.
src/bin/pg_dump/pg_backup_archiver.c
src/bin/pg_dump/pg_backup_archiver.h
src/bin/pg_dump/pg_backup_db.c