Update struct Trigger in docs
This commit is contained in:
parent
f7b14e7dc1
commit
b89a67d964
@ -483,7 +483,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…
Reference in New Issue
Block a user