Minor pedantry for "help" text

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Minor pedantry for "help" text
Дата
Msg-id 1212996313.10853.11.camel@goldbach
обсуждение исходный текст
Ответы Re: Minor pedantry for "help" text
Список pgsql-patches
Attached is a patch that makes some minor changes to the text emitted by
the new "help" command. Previous output:

postgres=# help

You are using psql, the command-line interface to PostgreSQL.
    \? for psql help
    \h or \help for SQL help

    \g or ";" to execute a query
    \q to quit psql

    \copyright to view the copyright

postgres=#

New output:

postgres=# help
You are using psql, the command-line interface to PostgreSQL.
Type:  \copyright for distribution terms
       \h for help with SQL commands
       \? for help with psql commands
       \g or terminate with semicolon to execute query
       \q to quit
postgres=#

The newlines in the previous text were inconsistent with psql error
message style elsewhere, aside from being distracting. The advice on
commands to enter next was also just emitted, without actually telling
the user that these are possible inputs. Essentially the text was a
regression from the text we've always used in the startup banner, so I
just re-instituted the old text.

-Neil, doing his best to suppress his aesthetic objection to having
"help" be valid psql input in the first place


Вложения

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: GIN improvements
Следующее
От: Jan Urbański
Дата:
Сообщение: minor ts_type.h comment fix