|
5 | 5 | | \bug | <nope> | \bug | File a bug on GitHub. | |
6 | 6 | | \clip | <nope> | <query>\clip | Copy query to the system clipboard. | |
7 | 7 | | \dt | <nope> | \dt[+] [table] | List or describe tables. | |
8 | | -| \edit | \e | <query>\edit | \edit <filename> | Edit query with editor (uses $EDITOR). | |
| 8 | +| \edit | \e | <query>\edit | \edit <filename> | Edit query with editor (uses $VISUAL or $EDITOR). | |
9 | 9 | | \f | <nope> | \f [name [args..]] | List or execute favorite queries. | |
10 | 10 | | \fd | <nope> | \fd <name> | Delete a favorite query. | |
11 | 11 | | \fs | <nope> | \fs <name> <query> | Save a favorite query. | |
12 | 12 | | \l | <nope> | \l | List databases. | |
13 | | -| \llm | \ai | \llm [arguments] | Interrogate an LLM. | |
| 13 | +| \llm | \ai | \llm [arguments] | Interrogate an LLM. See "\llm help". | |
14 | 14 | | \once | \o | \once [-o] <filename> | Append next result to an output file (overwrite using -o). | |
15 | 15 | | \pipe_once | \| | \pipe_once <command> | Send next result to a subprocess. | |
16 | | -| \timing | \t | \timing | Toggle timing of commands. | |
| 16 | +| \timing | \t | \timing | Toggle timing of queries. | |
17 | 17 | | connect | \r | connect [database] | Reconnect to the server, optionally switching databases. | |
18 | 18 | | delimiter | <nope> | delimiter <string> | Change end-of-statement delimiter. | |
19 | 19 | | exit | \q | exit | Exit. | |
20 | 20 | | help | \? | help [term] | Show this help, or search for a term on the server. | |
21 | | -| nopager | \n | nopager | Disable pager, print to stdout. | |
| 21 | +| nopager | \n | nopager | Disable pager; print to stdout. | |
22 | 22 | | notee | <nope> | notee | Stop writing results to an output file. | |
23 | 23 | | nowarnings | \w | nowarnings | Disable automatic warnings display. | |
24 | 24 | | pager | \P | pager [command] | Set pager to [command]. Print query results via pager. | |
25 | 25 | | prompt | \R | prompt <string> | Change prompt format. | |
26 | 26 | | quit | \q | quit | Quit. | |
27 | 27 | | redirectformat | \Tr | redirectformat <format> | Change the table format used to output redirected results. | |
28 | 28 | | rehash | \# | rehash | Refresh auto-completions. | |
29 | | -| source | \. | source <filename> | Execute commands from file. | |
| 29 | +| source | \. | source <filename> | Execute queries from a file. | |
30 | 30 | | status | \s | status | Get status information from the server. | |
31 | 31 | | system | <nope> | system <command> | Execute a system shell commmand. | |
32 | 32 | | tableformat | \T | tableformat <format> | Change the table format used to output interactive results. | |
33 | 33 | | tee | <nope> | tee [-o] <filename> | Append all results to an output file (overwrite using -o). | |
34 | 34 | | use | \u | use <database> | Change to a new database. | |
35 | 35 | | warnings | \W | warnings | Enable automatic warnings display. | |
36 | | -| watch | <nope> | watch [seconds] [-c] <query> | Executes the query every [seconds] seconds (by default 5). | |
| 36 | +| watch | <nope> | watch [seconds] [-c] <query> | Execute query every [seconds] seconds (5 by default). | |
37 | 37 | +----------------+----------+---------------------------------+-------------------------------------------------------------+ |
0 commit comments