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-2025, 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:32
stmt
#define stmt
Definition:
indent_codes.h:59
objectaddress.h
parsenodes.h
CreateConversionStmt
Definition:
parsenodes.h:4065
ObjectAddress
Definition:
objectaddress.h:25
src
include
commands
conversioncmds.h
Generated on Sun Feb 9 2025 18:13:25 for PostgreSQL Source Code by
1.9.4