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

Function pg_get_client_encoding

src/backend/utils/mb/mbutils.c:337–341  ·  view source on GitHub ↗

* returns the current client encoding */

Source from the content-addressed store, hash-verified

335 * returns the current client encoding
336 */
337int
338pg_get_client_encoding(void)
339{
340 return ClientEncoding->encoding;
341}
342
343/*
344 * returns the current client encoding name

Callers 4

xml_sendFunction · 0.85
BeginCopyFunction · 0.85
ProcessCopyOptionsFunction · 0.85
BeginCopyFromFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected