Re: [HACKERS] psql's help

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: jose(at)sferacarta(dot)com (Jose' Soares)
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] psql's help
Date: 1998-10-22 13:10:49
Message-ID: 199810221310.JAA15319@candle.pha.pa.us
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 #

This is because KQSO is a workaround, that may even be gone by 6.4
final.

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Sferacarta Software 1998-10-22 13:11:49 Re[2]: [HACKERS] psql \d command
Previous Message Bruce Momjian 1998-10-22 13:08:08 Re: [HACKERS] CVS Branch Tagging...