mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-21 13:56:59 +08:00
Update struct Trigger in docs
This commit is contained in:
@ -505,7 +505,7 @@ typedef struct Trigger
|
||||
char *tgname;
|
||||
Oid tgfoid;
|
||||
int16 tgtype;
|
||||
bool tgenabled;
|
||||
char tgenabled;
|
||||
bool tgisinternal;
|
||||
Oid tgconstrrelid;
|
||||
Oid tgconstrindid;
|
||||
|
||||
Reference in New Issue
Block a user