mirror of
https://github.com/postgres/postgres.git
synced 2026-02-22 09:20:24 -05:00
Update struct Trigger in docs
This commit is contained in:
parent
bceef1bcbe
commit
52b03fbdfe
1 changed files with 1 additions and 1 deletions
|
|
@ -582,7 +582,7 @@ typedef struct Trigger
|
|||
char *tgname;
|
||||
Oid tgfoid;
|
||||
int16 tgtype;
|
||||
bool tgenabled;
|
||||
char tgenabled;
|
||||
bool tgisinternal;
|
||||
Oid tgconstrrelid;
|
||||
Oid tgconstrindid;
|
||||
|
|
|
|||
Loading…
Reference in a new issue