mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
Update struct Trigger in docs
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user