Home
last modified time | relevance | path

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

/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/deparser/
H A Ddeparse_collation_stmts.c26 static void AppendAlterCollationOwnerStmt(StringInfo buf, AlterOwnerStmt *stmt);
144 AppendAlterCollationOwnerStmt(&str, stmt); in DeparseAlterCollationOwnerStmt()
154 AppendAlterCollationOwnerStmt(StringInfo buf, AlterOwnerStmt *stmt) in AppendAlterCollationOwnerStmt() function