Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ PQescapeLiteral
Function
PQescapeLiteral
src/interfaces/libpq/fe-exec.c:4174–4178 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4172
}
4173
4174
char *
4175
PQescapeLiteral(PGconn *conn, const char *str, size_t len)
4176
{
4177
return PQescapeInternal(conn, str, len, false);
4178
}
4179
4180
char *
4181
PQescapeIdentifier(PGconn *conn, const char *str, size_t len)
Callers
5
libpqrcv_startstreaming
Function · 0.85
escape_literal
Function · 0.85
psql_get_variable
Function · 0.85
DescribeQuery
Function · 0.85
restore_aosegment_table
Function · 0.85
Calls
1
PQescapeInternal
Function · 0.85
Tested by
1
escape_literal
Function · 0.68