D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
opt
/
td-agent
/
embedded
/
include
/
postgresql
/
server
/
commands
/
Filename :
conversioncmds.h
back
Copy
/*------------------------------------------------------------------------- * * conversioncmds.h * prototypes for conversioncmds.c. * * * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/include/commands/conversioncmds.h * *------------------------------------------------------------------------- */ #ifndef CONVERSIONCMDS_H #define CONVERSIONCMDS_H #include "nodes/parsenodes.h" extern Oid CreateConversionCommand(CreateConversionStmt *parsetree); #endif /* CONVERSIONCMDS_H */