mirror of https://github.com/postgres/postgres
parent
70dd9e81af
commit
5ad4034a4c
|
@ -6,7 +6,7 @@
|
||||||
*
|
*
|
||||||
* 1999 Jan Wieck
|
* 1999 Jan Wieck
|
||||||
*
|
*
|
||||||
* $Header: /cvsroot/pgsql/src/backend/utils/adt/ri_triggers.c,v 1.7 1999/12/07 00:11:35 wieck Exp $
|
* $Header: /cvsroot/pgsql/src/backend/utils/adt/ri_triggers.c,v 1.8 1999/12/07 00:13:41 wieck Exp $
|
||||||
*
|
*
|
||||||
* ----------
|
* ----------
|
||||||
*/
|
*/
|
||||||
|
@ -15,11 +15,10 @@
|
||||||
/* ----------
|
/* ----------
|
||||||
* Internal TODO:
|
* Internal TODO:
|
||||||
*
|
*
|
||||||
* Finish functions for MATCH FULL:
|
* Add MATCH <unspecified> logic (in places where not
|
||||||
* setdefault_del
|
* equal to MATCH FULL.
|
||||||
* setdefault_upd
|
|
||||||
*
|
*
|
||||||
* Add MATCH PARTIAL logic
|
* Add MATCH PARTIAL logic.
|
||||||
* ----------
|
* ----------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue