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

Function SPI_getrelname

src/backend/executor/spi.c:1353–1357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1351}
1352
1353char *
1354SPI_getrelname(Relation rel)
1355{
1356 return pstrdup(RelationGetRelationName(rel));
1357}
1358
1359char *
1360SPI_getnspname(Relation rel)

Callers 11

moddatetimeFunction · 0.85
insert_usernameFunction · 0.85
check_primary_keyFunction · 0.85
check_foreign_keyFunction · 0.85
autoincFunction · 0.85
pltcl_trigger_handlerFunction · 0.85
PLy_trigger_build_argsFunction · 0.85
ttdummyFunction · 0.85

Calls 1

pstrdupFunction · 0.50

Tested by 1

ttdummyFunction · 0.68