aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEtsuro Fujita <efujita@postgresql.org>2022-09-02 16:45:03 +0900
committerEtsuro Fujita <efujita@postgresql.org>2022-09-02 16:45:03 +0900
commit5527b79cc04a6aa3aab885d3bcd7162b4c620b1c (patch)
tree59b7ed5b1d8858f8594b6b279027e71849bb5f4e
parent6ec89610925448b1e7e9377afa73e158b291693c (diff)
downloadpostgresql-5527b79cc04a6aa3aab885d3bcd7162b4c620b1c.tar.gz
postgresql-5527b79cc04a6aa3aab885d3bcd7162b4c620b1c.zip
Doc: Update struct Trigger definition.
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
-rw-r--r--doc/src/sgml/trigger.sgml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/sgml/trigger.sgml b/doc/src/sgml/trigger.sgml
index 7e2654493bb..8f403cad97b 100644
--- a/doc/src/sgml/trigger.sgml
+++ b/doc/src/sgml/trigger.sgml
@@ -699,6 +699,7 @@ typedef struct Trigger
int16 tgtype;
char tgenabled;
bool tgisinternal;
+ bool tgisclone;
Oid tgconstrrelid;
Oid tgconstrindid;
Oid tgconstraint;