Header And Logo

PostgreSQL
| The world's most advanced open source database.

conversioncmds.h

Go to the documentation of this file.
00001 /*-------------------------------------------------------------------------
00002  *
00003  * conversioncmds.h
00004  *    prototypes for conversioncmds.c.
00005  *
00006  *
00007  * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
00008  * Portions Copyright (c) 1994, Regents of the University of California
00009  *
00010  * src/include/commands/conversioncmds.h
00011  *
00012  *-------------------------------------------------------------------------
00013  */
00014 
00015 #ifndef CONVERSIONCMDS_H
00016 #define CONVERSIONCMDS_H
00017 
00018 #include "nodes/parsenodes.h"
00019 
00020 extern Oid CreateConversionCommand(CreateConversionStmt *parsetree);
00021 
00022 #endif   /* CONVERSIONCMDS_H */