mirror of https://github.com/postgres/postgres
parent
502f6f3889
commit
bcf03a7ed6
@ -0,0 +1,15 @@ |
||||
/*-------------------------------------------------------------------------
|
||||
* |
||||
* trigger.h-- |
||||
* prototypes for trigger.c. |
||||
* |
||||
* |
||||
*------------------------------------------------------------------------- |
||||
*/ |
||||
#ifndef TRIGGER_H |
||||
#define TRIGGER_H |
||||
|
||||
extern void CreateTrigger (CreateTrigStmt *stmt); |
||||
extern void DropTrigger (DropTrigStmt *stmt); |
||||
|
||||
#endif /* TRIGGER_H */ |
||||
Loading…
Reference in new issue