* \copyright -- print copyright notice */
| 662 | * \copyright -- print copyright notice |
| 663 | */ |
| 664 | static backslashResult |
| 665 | exec_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 |
no test coverage detected