1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-06 18:42:54 +03:00

Update struct Trigger in docs

This commit is contained in:
Alvaro Herrera
2012-03-20 13:14:16 -03:00
parent 206f5b08ec
commit 11d7d11e53

View File

@@ -464,7 +464,7 @@ typedef struct Trigger
char *tgname; char *tgname;
Oid tgfoid; Oid tgfoid;
int16 tgtype; int16 tgtype;
bool tgenabled; char tgenabled;
bool tgisconstraint; bool tgisconstraint;
Oid tgconstrrelid; Oid tgconstrrelid;
Oid tgconstraint; Oid tgconstraint;