Re: about EDITOR_LINENUMBER_SWITCH

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: about EDITOR_LINENUMBER_SWITCH
Дата
Msg-id BANLkTimSFHsvrFjTRyWS_KTzzy9GsdhrKg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: about EDITOR_LINENUMBER_SWITCH  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: about EDITOR_LINENUMBER_SWITCH  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Tue, May 24, 2011 at 4:36 PM, Peter Eisentraut <peter_e@gmx.net> wrote:
>> That's an intriguing possibility.  But part of the point of the
>> original feature was to be able to say:
>>
>> \ef somefunc 10
>>
>> ...and end up on line 10 of somefunc, perhaps in response to an error
>> message complaining about that line.  I don't think your proposal
>> would address that.
>
> Well, you'd write
>
> \ef somefunc +10
>
> instead.

But that would not put you on line 10 of the function.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: about EDITOR_LINENUMBER_SWITCH
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: minor patch submission: CREATE CAST ... AS EXPLICIT