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

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [EMAIL PROTECTED] so that your
      message can get through to the mailing list cleanly

Reply via email to