File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -638,6 +638,7 @@ General
638
638
\drivers display information about available database drivers
639
639
640
640
Query Execute
641
+ \bind [PARAM]... set query parameters
641
642
\g [(OPTIONS)] [FILE] or ; execute query (and send results to file or |pipe)
642
643
\crosstabview [(OPTIONS)] [COLUMNS] execute query and display results in crosstab
643
644
\G [(OPTIONS)] [FILE] as \g, but forces vertical output mode
@@ -688,8 +689,8 @@ Formatting
688
689
\C [STRING] set table title, or unset if none
689
690
\f [STRING] show or set field separator for unaligned query output
690
691
\H toggle HTML output mode
691
- \t [on|off] show only rows
692
692
\T [STRING] set HTML <table> tag attributes, or unset if none
693
+ \t [on|off] show only rows
693
694
\x [on|off|auto] toggle expanded output
694
695
695
696
Transaction
@@ -708,6 +709,7 @@ Connection
708
709
Operating System
709
710
\cd [DIR] change the current working directory
710
711
\setenv NAME [VALUE] set or unset environment variable
712
+ \getenv VARNAME ENVVAR fetch environment variable
711
713
\! [COMMAND] execute command in shell or start interactive shell
712
714
\timing [on|off] toggle timing of commands
713
715
You can’t perform that action at this time.
0 commit comments