Home
last modified time | relevance | path

Searched refs:GetTypeNamespaceNameByNameList (Results 1 – 1 of 1) sorted by relevance

/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/deparser/
H A Dqualify_type_stmt.c34 static char * GetTypeNamespaceNameByNameList(List *names);
41 GetTypeNamespaceNameByNameList(List *names) in GetTypeNamespaceNameByNameList() function
84 char *nspname = GetTypeNamespaceNameByNameList(names); in QualifyRenameTypeStmt()
102 char *nspname = GetTypeNamespaceNameByNameList(names); in QualifyRenameTypeAttributeStmt()
117 char *nspname = GetTypeNamespaceNameByNameList(names); in QualifyAlterEnumStmt()
134 char *nspname = GetTypeNamespaceNameByNameList(names); in QualifyAlterTypeStmt()
178 char *nspname = GetTypeNamespaceNameByNameList(names); in QualifyAlterTypeSchemaStmt()
195 char *nspname = GetTypeNamespaceNameByNameList(names); in QualifyAlterTypeOwnerStmt()