aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pgaccess/lib/help/reset.hlp
blob: 481ee092693e02544bb99a5032f9234416c07679 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.pgaw:Help.f.t insert end "RESET" {bold} " restores variables to the default values. Refer to the SET command for details on allowed values and defaults. RESET is an alternate form for SET variable = DEFAULT

" {} "Synopsis" {bold} "

RESET variable

" {} "Usage" {bold} "

-- reset DateStyle to its default;
" {} "
RESET DateStyle;

" {code} "
-- reset Geqo to its default;
" {} "RESET GEQO;

" {code} "Notes" {bold} "

The RESET statement is a Postgres language extension. 

Refer to SET/SHOW statements to set/show variable values. "