]> granicus.if.org Git - postgresql/commit
Setup cursor position for schema-qualified elements
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 18 Mar 2015 17:48:02 +0000 (14:48 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 18 Mar 2015 17:48:02 +0000 (14:48 -0300)
commitb8d226b4f9691c7afb986dbaaf3f6ff7b203d1b5
tree22edcc6d4eb91685d02d0bdb8421523ecd85cb99
parent0d831389749a3baaced7b984205b9894a82444b9
Setup cursor position for schema-qualified elements

This makes any errors thrown while looking up such schemas report the
position of the error.

Author: Ryan Kelly
Reviewed by: Jeevan Chalke, Tom Lane
src/backend/parser/parse_func.c
src/backend/parser/parse_oper.c
src/backend/parser/parse_type.c
src/backend/parser/parse_utilcmd.c
src/test/regress/expected/create_table.out