show.hlp
来自「关系型数据库 Postgresql 6.5.2」· HLP 代码 · 共 24 行
HLP
24 行
.pgaw:Help.f.t insert end "will display the current configuration parameters for variable during a session. The session can be configured using SET statement, and values can be restored to the defaults using RESET statement. Parameters and values are case-insensitive. " {} "Synopsis" {bold} "SHOW variable" {} "Usage" {bold} "" {} "-- show DateStyle;SHOW DateStyle;NOTICE:DateStyle is Postgres with US (NonEuropean) conventions-- show Geqo;SHOW GEQO;NOTICE:GEQO is ON" {code} "Notes" {bold} "The SHOW is a Postgres language extension. Refer to SET/RESET to set/reset variable values. See also SET TIME ZONE. "
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?