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

Update struct Trigger in docs

parent 0b43edbc
...@@ -582,7 +582,7 @@ typedef struct Trigger ...@@ -582,7 +582,7 @@ typedef struct Trigger
char *tgname; char *tgname;
Oid tgfoid; Oid tgfoid;
int16 tgtype; int16 tgtype;
bool tgenabled; char tgenabled;
bool tgisinternal; bool tgisinternal;
Oid tgconstrrelid; Oid tgconstrrelid;
Oid tgconstrindid; 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