show.l
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:1k
- ." This is -*-nroff-*-
- ." XXX standard disclaimer belongs here....
- ." $Header: /usr/local/cvsroot/pgsql/src/man/Attic/show.l,v 1.5 1998/10/14 02:36:45 momjian Exp $
- .TH SHOW SQL 05/14/97 PostgreSQL PostgreSQL
- .SH NAME
- show - show run-time parameters for session
- .SH SYNOPSIS
- .nf
- fBshowfR variable
- .fi
- .SH DESCRIPTION
- .BR Show
- will display the current configuration parameters for
- .IR variable
- during a session.
- .PP
- The session can be configured using
- .IR set(l),
- and values can be restored to the defaults using
- .IR reset(l).
- Parameters and values are case-insensitive.
- .PP
- See
- .IR set(l)
- for more information on available variables.
- .SH EXAMPLES
- .nf
- tgl=> show DateStyle;
- NOTICE:DateStyle is Postgres with US (NonEuropean) conventions
- SHOW VARIABLE
- tgl=> show GEQO;
- NOTICE:GEQO is ON
- SHOW VARIABLE
- .fi
- .SH "SEE ALSO"
- reset(l),
- set(l).
- .SH BUGS
- TBD