PostgreSQL Source Code
git master
|
Go to the source code of this file.
Functions | |
ObjectAddress | CreateConversionCommand (CreateConversionStmt *stmt) |
ObjectAddress CreateConversionCommand | ( | CreateConversionStmt * | stmt | ) |
Definition at line 39 of file conversioncmds.c.
References ACL_CREATE, ACL_EXECUTE, aclcheck_error(), ACLCHECK_OK, BoolGetDatum(), CreateConversionStmt::conversion_name, ConversionCreate(), CStringGetDatum(), DatumGetInt32(), CreateConversionStmt::def, ereport, errcode(), errmsg(), ERROR, CreateConversionStmt::for_encoding_name, CreateConversionStmt::func_name, get_func_rettype(), get_namespace_name(), GetUserId(), Int32GetDatum(), LookupFuncName(), NameListToString(), object_aclcheck(), OBJECT_FUNCTION, OBJECT_SCHEMA, OidFunctionCall6, pg_char_to_encoding(), PG_SQL_ASCII, QualifiedNameGetCreationNamespace(), and CreateConversionStmt::to_encoding_name.
Referenced by ProcessUtilitySlow().