psql documentation

From: Halley Pacheco de Oliveira <halleypo(at)yahoo(dot)com(dot)br>
To: pgsql-docs(at)postgresql(dot)org
Cc: peter_e(at)gmx(dot)net
Subject: psql documentation
Date: 2004-01-08 13:29:31
Message-ID: 20040108132932.41682.qmail@web13122.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Reference Manual - psql entry:

In app-psql.html is witten:

Note: To simplify typing, commands that consists of
several words do not have to be quoted. Thus it is
fine to type \help alter table

So, I tried:

template1=# \help 'alter table'
No help available for ''alter table''.
Try \h with no arguments to see available help.
template1=# \help "alter table"
No help available for '"alter table"'.
Try \h with no arguments to see available help.

My conclusion is "can not be quoted" and not "do not
have to be quoted". I'm right ?

Halley

______________________________________________________________________

Conheça a nova central de informações anti-spam do Yahoo! Mail:
http://www.yahoo.com.br/antispam

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2004-01-08 16:02:00 Re: Updated Russian translation of FAQ
Previous Message Christopher Browne 2004-01-08 13:08:28 Re: The Tutorial(TM)