Skip to content

Commit b89a67d

Browse files
committed
Update struct Trigger in docs
1 parent f7b14e7 commit b89a67d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/trigger.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ typedef struct Trigger
483483
char *tgname;
484484
Oid tgfoid;
485485
int16 tgtype;
486-
bool tgenabled;
486+
char tgenabled;
487487
bool tgisconstraint;
488488
Oid tgconstrrelid;
489489
Oid tgconstraint;

0 commit comments

Comments
 (0)