]> granicus.if.org Git - postgresql/commit
Change EDITOR_LINENUMBER_SWITCH to an environment variable
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 23 Jul 2011 21:25:29 +0000 (00:25 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 23 Jul 2011 21:25:29 +0000 (00:25 +0300)
commit79b3ca06d820032ad84446e0a021b56422172d86
tree79c06f79a72853e4bcd14138b70eb764d2dcc2bd
parent988cccc620dd8c16d77f88ede167b22056176324
Change EDITOR_LINENUMBER_SWITCH to an environment variable

Also change "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.  Move the documentation around a bit to
centralize the editor configuration under environment variables,
rather than repeating bits of it under every backslash command that
invokes an editor.
doc/src/sgml/ref/psql-ref.sgml
doc/src/sgml/release-9.1.sgml
src/bin/psql/command.c
src/bin/psql/settings.h