some more error location support - Mailing list pgsql-hackers

From Peter Eisentraut
Subject some more error location support
Date
Msg-id 9261ac49-e793-f43e-ee47-28133423baff@2ndquadrant.com
Whole thread Raw
Responses Re: some more error location support
Re: some more error location support
Re: some more error location support
List 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

Attachment

pgsql-hackers by date:

Previous
From: Fabien COELHO
Date:
Subject: Re[2]: Adding a note to protocol.sgml regarding CopyData
Next
From: Tatsuo Ishii
Date:
Subject: Re: Adding a note to protocol.sgml regarding CopyData