errposition - Mailing list pgsql-hackers

From John Naylor
Subject errposition
Date
Msg-id CANWCAZY5qtzeu867wMyd5qW7sxsqM=JMywLg+bQLCLr28LsRzg@mail.gmail.com
Whole thread
Responses Re: errposition
List pgsql-hackers
In doc/src/sgml/sources.sgml under "available auxiliary routines for
ereport", we have

"errposition(int cursorpos) specifies the textual location of an error
within a query string. Currently it is only useful for errors detected
in the lexical and syntactic analysis phases of query processing."

...but I don't see that function used that way. It seems this should
be parser_errposition instead. I'll go make it so unless someone tells
me I'm missing something.

-- 
John Naylor
Amazon Web Services



pgsql-hackers by date:

Previous
From: Chao Li
Date:
Subject: Fix REPACK with WITHOUT OVERLAPS replica identity indexes
Next
From: Fujii Masao
Date:
Subject: Re: [Patch] Omit virtual generated columns from test_decoding output