Provide an upgrade strategy for dump files containing functions declared

Tom Lane <tgl@sss.pgh.pa.us>

Commit: eb3adab5685ce5a60bcf96628244f1e2a8e0ab3b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-09-21T18:39:26Z
Releases: 7.3.1
Provide an upgrade strategy for dump files containing functions declared
with OPAQUE.  CREATE LANGUAGE, CREATE TRIGGER, and CREATE TYPE will all
accept references to functions declared with OPAQUE --- but they will
issue a NOTICE, and will modify the function entries in pg_proc to have
the preferred type-safe argument or result types instead of OPAQUE.
Per recent pghackers discussions.

Files