psql's help

From: "Jose' Soares" <jose(at)sferacarta(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: psql's help
Date: 1998-10-22 08:42:55
Message-ID: 362EF00F.25D26952@sferacarta.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I see there are at least other two options for SET/SHOW/RESET commands:
- KSQO
- QUERY_LIMIT

I would to underline the help is not updated about KSQO:

hygea=> \h show
Command: show
Description: show current run-time environment
Syntax:
SHOW DateStyle|GEQO|R_PLANS|QUERY_LIMIT

hygea=> \h reset
Command: reset
Description: set run-time environment back to default
Syntax:
RESET DateStyle|GEQO|R_PLANS|QUERY_LIMIT

hygea=> \h set
Command: set
Description: set run-time environment
Syntax:
SET DateStyle TO
'ISO'|'SQL'|'Postgres'|'European'|'US'|'NonEuropean'
set GEQO TO 'ON[=#]'|'OFF'
set R_PLANS TO 'ON'| 'OFF'
set QUERY_LIMIT TO #

Jose'

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jose' Soares 1998-10-22 08:49:59 psql \d command
Previous Message Jose' Soares 1998-10-22 08:13:15 Re: [HACKERS] Re: [INTERFACES] Odbc parser error