Skip to content

Commit ac295f4

Browse files
committed
Update struct Trigger definition.
1 parent fa3aa5e commit ac295f4

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

doc/src/sgml/trigger.sgml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -184,13 +184,18 @@ tg_trigger
184184

185185
typedef struct Trigger
186186
{
187-
char *tgname;
188-
Oid tgfoid;
189-
func_ptr tgfunc;
190-
int16 tgtype;
191-
int16 tgnargs;
192-
int16 tgattr[8];
193-
char **tgargs;
187+
Oid tgoid;
188+
char *tgname;
189+
Oid tgfoid;
190+
FmgrInfo tgfunc;
191+
int16 tgtype;
192+
bool tgenabled;
193+
bool tgisconstraint;
194+
bool tgdeferrable;
195+
bool tginitdeferred;
196+
int16 tgnargs;
197+
int16 tgattr[FUNC_MAX_ARGS];
198+
char **tgargs;
194199
} Trigger;
195200

196201
tgname is the trigger's name, tgnargs is number of arguments in tgargs,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy