Skip to content
Snippets Groups Projects
Commit 438269eb authored by Alvaro Herrera's avatar Alvaro Herrera
Browse files

Update struct Trigger in docs

parent 0b43edbc
No related branches found
No related tags found
No related merge requests found
...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment