vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| What is the proper way for the function of a constraint trigger to signal where or not referential integrity was compromised? Should it return some sort of value? Should it raise an exception? Regards, Richard Broersma Jr. ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |
| |||
| On Dec 21, 2007, at 13:12 , Richard Broersma Jr wrote: > What is the proper way for the function of a constraint trigger to > signal where or not referential integrity was compromised? > > Should it return some sort of value? Should it raise an exception? The latter. Michael Glaesemann grzm seespotcode net ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |
| ||||
| --- On Sat, 12/22/07, Michael Glaesemann <grzm@seespotcode.net> wrote: > > Should it return some sort of value? Should it raise > an exception? > > The latter. Thanks Michael! Regards, Richard Broersma Jr. ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org/ |