PostgreSQL Source Code
git master
conversioncmds.h
Go to the documentation of this file.
1
/*-------------------------------------------------------------------------
2
*
3
* conversioncmds.h
4
* prototypes for conversioncmds.c.
5
*
6
*
7
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
8
* Portions Copyright (c) 1994, Regents of the University of California
9
*
10
* src/include/commands/conversioncmds.h
11
*
12
*-------------------------------------------------------------------------
13
*/
14
15
#ifndef CONVERSIONCMDS_H
16
#define CONVERSIONCMDS_H
17
18
#include "
catalog/objectaddress.h
"
19
#include "
nodes/parsenodes.h
"
20
21
extern
ObjectAddress
CreateConversionCommand
(
CreateConversionStmt
*
stmt
);
22
23
#endif
/* CONVERSIONCMDS_H */
CreateConversionCommand
ObjectAddress CreateConversionCommand(CreateConversionStmt *stmt)
Definition:
conversioncmds.c:39
stmt
#define stmt
Definition:
indent_codes.h:59
objectaddress.h
parsenodes.h
CreateConversionStmt
Definition:
parsenodes.h:3839
ObjectAddress
Definition:
objectaddress.h:25
src
include
commands
conversioncmds.h
Generated on Thu Dec 7 2023 06:13:24 for PostgreSQL Source Code by
1.9.1