some more error location support

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема some more error location support
Дата
Msg-id 9261ac49-e793-f43e-ee47-28133423baff@2ndquadrant.com
обсуждение исходный текст
Ответы Re: some more error location support
Re: some more error location support
Re: some more error location support
Список pgsql-hackers
Here are three patches to add more detailed error location support to
some parts of CREATE TABLE (defaults, check constraints, partition
specifications) as well as the COPY command.  Examples can be seen in
the regression test output.

The first two are low-hanging fruit, since all the information was
already collected and just needed to be passed through one last hop.
The third one is a bit more invasive; it adds location information to
the Value node, which is used in a variety of commands, so COPY is just
a start here.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Вложения

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

Предыдущее
От: Fabien COELHO
Дата:
Сообщение: Re[2]: Adding a note to protocol.sgml regarding CopyData
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: Adding a note to protocol.sgml regarding CopyData