pgsql/ oc/src/sgml/ref/create_function.sgml rc ...

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/ oc/src/sgml/ref/create_function.sgml rc ...
Date: 2001-10-02 21:39:36
Message-ID: 200110022139.f92LdaU76464@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 01/10/02 17:39:36

Modified files:
doc/src/sgml/ref: create_function.sgml
src/backend/catalog: pg_proc.c
src/backend/commands: define.c
src/backend/nodes: copyfuncs.c equalfuncs.c
src/backend/parser: gram.y keywords.c
src/backend/utils/adt: sets.c
src/include/catalog: pg_proc.h
src/include/nodes: parsenodes.h
src/interfaces/ecpg/preproc: preproc.y keywords.c

Log message:
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.

Browse pgsql-committers by date

  From Date Subject
Next Message tgl 2001-10-02 22:38:44 pgsql/contrib/oid2name oid2name.c
Previous Message vev 2001-10-02 14:21:26 pgsql/. register.txt