Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4008
size_t
4009
PQescapeString(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_elts
Function · 0.85
escape_string
Function · 0.85
quote_postgres
Function · 0.85
Calls
1
PQescapeStringInternal
Function · 0.85
Tested by
1
escape_string
Function · 0.68