mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Update struct Trigger in docs
This commit is contained in:
parent
0b43edbca7
commit
438269eb10
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