MCPcopy Create free account
hub / github.com/apache/cloudberry / PQescapeString

Function PQescapeString

src/interfaces/libpq/fe-exec.c:4008–4014  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4006}
4007
4008size_t
4009PQescapeString(char *to, const char *from, size_t length)
4010{
4011 return PQescapeStringInternal(NULL, to, from, length, NULL,
4012 static_client_encoding,
4013 static_std_strings);
4014}
4015
4016
4017/*

Callers 3

get_comma_eltsFunction · 0.85
escape_stringFunction · 0.85
quote_postgresFunction · 0.85

Calls 1

PQescapeStringInternalFunction · 0.85

Tested by 1

escape_stringFunction · 0.68