Re: about EDITOR_LINENUMBER_SWITCH

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: about EDITOR_LINENUMBER_SWITCH
Дата
Msg-id 1311055610.30180.6.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Re: about EDITOR_LINENUMBER_SWITCH  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Here's a patch to fix what has been discussed:

      * Change EDITOR_LINENUMBER_SWITCH to environment variable.
      * I also changed "switch" to "arg" because "switch" is a bit of a
        sloppy term.
      * So the environment variable is called
        PSQL_EDITOR_LINENUMBER_ARG.
      * Set "+" as hardcoded default value on Unix (since "vi" is the
        hardcoded default editor), so many users won't have to configure
        this at all.
      * I moved the documentation around a bit to centralize the editor
        configuration under environment variables, rather than repeating
        bits of it under every backslash command that invoked an editor.


Вложения

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: proposal: a validator for configuration files
Следующее
От: Peter Eisentraut
Дата:
Сообщение: include host names in hba error messages