projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a8de93
)
Doc: Update struct Trigger definition.
author
Etsuro Fujita
<efujita@postgresql.org>
Fri, 2 Sep 2022 07:45:00 +0000
(16:45 +0900)
committer
Etsuro Fujita
<efujita@postgresql.org>
Fri, 2 Sep 2022 07:45:00 +0000
(16:45 +0900)
Commit
487e9861d
added a new field to struct Trigger, but failed to
update the documentation to match; backpatch to v13 where that came in.
Reviewed by Richard Guo.
Discussion: https://postgr.es/m/CAPmGK17NY92CyxJ%2BBG7A3JZurmng4jfRfzPiBTtNupGMF0xW1g%40mail.gmail.com
doc/src/sgml/trigger.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/trigger.sgml
b/doc/src/sgml/trigger.sgml
index 04e702a7956a337362ee18cc361f97e5aabbb9a5..6e1f370b213b3099939ce206d8f71633362a7ca3 100644
(file)
--- a/
doc/src/sgml/trigger.sgml
+++ b/
doc/src/sgml/trigger.sgml
@@
-721,6
+721,7
@@
typedef struct Trigger
int16 tgtype;
char tgenabled;
bool tgisinternal;
+ bool tgisclone;
Oid tgconstrrelid;
Oid tgconstrindid;
Oid tgconstraint;