reset.hlp

来自「关系型数据库 Postgresql 6.5.2」· HLP 代码 · 共 22 行

HLP
22
字号
.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. "

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?