postgresql/src
Tom Lane 568e709372 Extend psql's \e and \ef commands so that a line number can be specified,
and the editor's cursor will be initially placed on that line.  In \e the
lines are counted with respect to the query buffer, while in \ef they are
counted with line 1 = first line of function body.  These choices are useful
for positioning the cursor on the line of a previously-reported error.

To avoid assumptions about what switch the user's editor takes for this
purpose, invent a new psql variable EDITOR_LINENUMBER_SWITCH with (at
present) no default value.

One incompatibility from previous behavior is that "\e 1234" will now
take "1234" as a line number not a file name.  There are at least two
ways to select a numerically-named file if you really want to.

Pavel Stehule, reviewed by Jan Urbanski, with further editing by Robert Haas
and Tom Lane
2010-08-12 00:40:59 +00:00
..
backend Extend psql's \e and \ef commands so that a line number can be specified, 2010-08-12 00:40:59 +00:00
bin Extend psql's \e and \ef commands so that a line number can be specified, 2010-08-12 00:40:59 +00:00
include Add three-parameter forms of array_to_string and string_to_array, to allow 2010-08-10 21:51:00 +00:00
interfaces Fix an ancient typo that prevented the detection of conflicting fields when 2010-08-02 01:24:54 +00:00
makefiles Allow for LDFLAGS_SL already having a value in Makefile.aix. 2010-07-06 03:41:02 +00:00
pl Fix incorrect logic in plpgsql for cleanup after evaluation of non-simple 2010-08-09 18:50:11 +00:00
port Stamp HEAD as 9.1devel. 2010-07-09 04:10:58 +00:00
template Don't try to force use of -no-cpp-precomp on OS X. It's been five years 2010-08-02 04:51:17 +00:00
test Add three-parameter forms of array_to_string and string_to_array, to allow 2010-08-10 21:51:00 +00:00
timezone pgindent run for 9.0, second run 2010-07-06 19:19:02 +00:00
tools Print each test_fsync description while test is running, rather than at 2010-07-13 17:00:50 +00:00
tutorial
bcc32.mak
DEVELOPERS Replace a couple of references to files that no longer exist in the source 2009-05-04 08:08:47 +00:00
Makefile
Makefile.global.in Accept slightly grotty coding in Makefile.global in order to keep the -L 2010-07-06 22:03:05 +00:00
Makefile.shlib Still more third thoughts: when linking shared libraries, LDFLAGS probably 2010-07-06 03:55:33 +00:00
nls-global.mk
win32.mak