mirror of
https://github.com/postgres/postgres.git
synced 2026-04-07 18:26:06 -04:00
Update struct Trigger in docs
This commit is contained in:
parent
206f5b08ec
commit
11d7d11e53
1 changed files with 1 additions and 1 deletions
|
|
@ -464,7 +464,7 @@ typedef struct Trigger
|
|||
char *tgname;
|
||||
Oid tgfoid;
|
||||
int16 tgtype;
|
||||
bool tgenabled;
|
||||
char tgenabled;
|
||||
bool tgisconstraint;
|
||||
Oid tgconstrrelid;
|
||||
Oid tgconstraint;
|
||||
|
|
|
|||
Loading…
Reference in a new issue