aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands/proclang.h
blob: 7b9fdf34da90066964bf723d93d082376dc2d2cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*-------------------------------------------------------------------------
 *
 * proclang.h--
 *	  prototypes for proclang.c.
 *
 *
 *-------------------------------------------------------------------------
 */
#ifndef PROCLANG_H
#define PROCLANG_H

#include <nodes/parsenodes.h>

extern void CreateProceduralLanguage(CreatePLangStmt *stmt);
extern void DropProceduralLanguage(DropPLangStmt *stmt);

#endif							/* PROCLANG_H */