Re: about EDITOR_LINENUMBER_SWITCH - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: about EDITOR_LINENUMBER_SWITCH
Date
Msg-id 1311055610.30180.6.camel@vanquo.pezone.net
Whole thread Raw
In response to Re: about EDITOR_LINENUMBER_SWITCH  (Robert Haas <robertmhaas@gmail.com>)
List 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.


Attachment

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: proposal: a validator for configuration files
Next
From: Peter Eisentraut
Date:
Subject: include host names in hba error messages