Add CREATE OR REPLACE FUNCTION syntax to allow replacing a function

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

Commit: f2c657375d894ed197071c91090025d68a6057f7
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-10-02T21:39:36Z
Releases: 7.2.1
Add CREATE OR REPLACE FUNCTION syntax to allow replacing a function
definition without changing the function's OID, thereby not breaking
rules, views, triggers, etc that depend on it.  From Gavin Sherry.

Files