1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-07 11:02:12 +03:00

Update struct Trigger in docs

This commit is contained in:
Alvaro Herrera 2012-03-20 13:14:16 -03:00
parent bceef1bcbe
commit 52b03fbdfe

View File

@ -582,7 +582,7 @@ typedef struct Trigger
char *tgname;
Oid tgfoid;
int16 tgtype;
bool tgenabled;
char tgenabled;
bool tgisinternal;
Oid tgconstrrelid;
Oid tgconstrindid;