postgres=#
postgres=# -- The variable list
postgres=#
postgres=# \set
VERSION = 'PostgreSQL 8.1.4 on i686-pc-mingw32, compiled by GCC gcc.exe (GCC) 3.4.2 (mingw-special)'
AUTOCOMMIT = 'on'
VERBOSITY = 'default'
PROMPT1 = '%/%R%# '
PROMPT2 = '%/%R%# '
PROMPT3 = '>> '
DBNAME = 'postgres'
USER = 'postgres'
HOST = 'localhost'
PORT = '5432'
ENCODING = 'SQL_ASCII'
LASTOID = '0'
data = 'cat tabledata'
postgres=#
postgres=#
|