Update struct Trigger in docs
This commit is contained in:
parent
206f5b08ec
commit
11d7d11e53
@ -464,7 +464,7 @@ typedef struct Trigger
|
|||||||
char *tgname;
|
char *tgname;
|
||||||
Oid tgfoid;
|
Oid tgfoid;
|
||||||
int16 tgtype;
|
int16 tgtype;
|
||||||
bool tgenabled;
|
char tgenabled;
|
||||||
bool tgisconstraint;
|
bool tgisconstraint;
|
||||||
Oid tgconstrrelid;
|
Oid tgconstrrelid;
|
||||||
Oid tgconstraint;
|
Oid tgconstraint;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user