mirror of
https://github.com/postgres/postgres.git
synced 2026-04-12 04:26:44 -04:00
Update struct Trigger in docs
This commit is contained in:
parent
f7b14e7dc1
commit
b89a67d964
1 changed files with 1 additions and 1 deletions
|
|
@ -483,7 +483,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