Re: [PATCHES] Constraint trigger doc patch

2006-10-17 Thread Bruce Momjian
Patch applied. Thanks. Your documentation changes can be viewed in five minutes using links on the developer's page, http://www.postgresql.org/developer/testing. --- Michael Paesold wrote: > Bruce Momjian schrieb: > > Ma

Re: [PATCHES] Constraint trigger doc patch

2006-10-17 Thread Michael Glaesemann
On Oct 17, 2006, at 3:55 PM, Michael Paesold wrote: Bruce Momjian schrieb: Manual page changed applied. Thanks. Ok, here is small patch fixing the remaining items I found when reviewing the built page. Two items are just SGML bugs, the other item is to finish an incomplete change from t

Re: [PATCHES] Constraint trigger doc patch

2006-10-16 Thread Michael Paesold
Bruce Momjian schrieb: Manual page changed applied. Thanks. Ok, here is small patch fixing the remaining items I found when reviewing the built page. Two items are just SGML bugs, the other item is to finish an incomplete change from the previous "events" to the new "event [ OR ... ]" notat

Re: [PATCHES] Constraint trigger doc patch

2006-10-16 Thread Bruce Momjian
Manual page changed applied. Thanks. --- Michael Paesold wrote: > [Added pgsql-hackers to CC:] > > Michael Glaesemann wrote: > [ a patch for constraint trigger docs] > > Great! I was just going to try to use constraint t

Re: [PATCHES] Constraint trigger doc patch

2006-10-16 Thread Bruce Momjian
Patch applied. Thanks. Your documentation changes can be viewed in five minutes using links on the developer's page, http://www.postgresql.org/developer/testing. --- Michael Glaesemann wrote: > (Fifth attempt: diff inlin

Re: [PATCHES] Constraint trigger doc patch

2006-10-16 Thread Michael Paesold
[Added pgsql-hackers to CC:] Michael Glaesemann wrote: [ a patch for constraint trigger docs] Great! I was just going to try to use constraint triggers (because I needed deferrable constraints). So I personally appreciate this documentation update very much. Just some notes: Index: doc/src

[PATCHES] Constraint trigger doc patch

2006-10-10 Thread Michael Glaesemann
(Fifth attempt: diff inline) (And a fourth attempt, from another account...) (Third time's the charm?) (Resent as I sent this yesterday but haven't seen it on the list yet or in the online archives. Apologies if it ends up double-posting.) Please find attached a doc patch for CREATE CONSTRAINT