psql documentation

Поиск
Список
Период
Сортировка
От Halley Pacheco de Oliveira
Тема psql documentation
Дата
Msg-id 20040108132932.41682.qmail@web13122.mail.yahoo.com
обсуждение исходный текст
Список 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

В списке pgsql-docs по дате отправления:

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: The Tutorial(TM)
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Updated Russian translation of FAQ