Commit 438269eb authored by Alvaro Herrera's avatar Alvaro Herrera

Update struct Trigger in docs

parent 0b43edbc
......@@ -582,7 +582,7 @@ typedef struct Trigger
char *tgname;
Oid tgfoid;
int16 tgtype;
bool tgenabled;
char tgenabled;
bool tgisinternal;
Oid tgconstrrelid;
Oid tgconstrindid;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment