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;
|
||||
Oid tgfoid;
|
||||
int16 tgtype;
|
||||
bool tgenabled;
|
||||
char tgenabled;
|
||||
bool tgisconstraint;
|
||||
Oid tgconstrrelid;
|
||||
Oid tgconstraint;
|
||||
|
Reference in New Issue
Block a user