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

Function exec_command_copyright

src/bin/psql/command.c:664–671  ·  view source on GitHub ↗

* \copyright -- print copyright notice */

Source from the content-addressed store, hash-verified

662 * \copyright -- print copyright notice
663 */
664static backslashResult
665exec_command_copyright(PsqlScanState scan_state, bool active_branch)
666{
667 if (active_branch)
668 print_copyright();
669
670 return PSQL_CMD_SKIP_LINE;
671}
672
673/*
674 * \crosstabview -- execute a query and display results in crosstab

Callers 1

exec_commandFunction · 0.85

Calls 1

print_copyrightFunction · 0.85

Tested by

no test coverage detected