vault backup: 2023-09-18 14:13:31 && git push
This commit is contained in:
parent
8b9f8233f9
commit
a71abc3962
12
.pspgconf
12
.pspgconf
@ -13,7 +13,7 @@ force_uniborder = false
|
|||||||
show_rownum = false
|
show_rownum = false
|
||||||
without_commandbar = false
|
without_commandbar = false
|
||||||
without_topbar = false
|
without_topbar = false
|
||||||
vertical_cursor = false
|
vertical_cursor = true
|
||||||
on_sigint_exit = false
|
on_sigint_exit = false
|
||||||
no_sigint_search_reset = false
|
no_sigint_search_reset = false
|
||||||
double_header = false
|
double_header = false
|
||||||
@ -25,10 +25,16 @@ menu_always = false
|
|||||||
empty_string_is_null = true
|
empty_string_is_null = true
|
||||||
last_row_search = true
|
last_row_search = true
|
||||||
progressive_load_mode = true
|
progressive_load_mode = true
|
||||||
highlight_odd_rec = false
|
highlight_odd_rec = true
|
||||||
hide_header_line = false
|
hide_header_line = false
|
||||||
theme = 0
|
on_exit_reset = false
|
||||||
|
on_exit_clean = false
|
||||||
|
on_exit_erase_line = false
|
||||||
|
on_exit_sgr0 = false
|
||||||
|
direct_color = false
|
||||||
|
theme = 18
|
||||||
border_type = 2
|
border_type = 2
|
||||||
default_clipboard_format = 0
|
default_clipboard_format = 0
|
||||||
clipboard_app = 0
|
clipboard_app = 0
|
||||||
hist_size = 500
|
hist_size = 500
|
||||||
|
esc_delay = -1
|
||||||
|
5
.psqlrc
5
.psqlrc
@ -2,3 +2,8 @@
|
|||||||
\set x '\\setenv PAGER ''less -S'''
|
\set x '\\setenv PAGER ''less -S'''
|
||||||
\set xx '\\setenv PAGER \'pspg -bX --no-mouse\''
|
\set xx '\\setenv PAGER \'pspg -bX --no-mouse\''
|
||||||
\timing on
|
\timing on
|
||||||
|
\set QUIET 1
|
||||||
|
\pset linestyle unicode
|
||||||
|
-- \pset border 2
|
||||||
|
\pset null ∅
|
||||||
|
\unset QUIET
|
||||||
|
Loading…
Reference in New Issue
Block a user