<div dir="auto">The postgres log is where I look for details on errors<div dir="auto"><br></div><div dir="auto">Jakob </div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">søn. 10. mar. 2024 14.55 skrev Michal Seidl <<a href="mailto:michal.seidl@gmail.com">michal.seidl@gmail.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
is there any standard way how to catch Exceptions from Postgis functions?<br>
<br>
For Example:<br>
SELECT ST_Split(polygon_geom, polygon_geom)<br>
<br>
result in general PostgreSQL InternalError exception with CODE XX000.<br>
<br>
This is not very helpful to catch such specific error. It seem to me <br>
that also any other errors raise this general InternalError. The only <br>
way seems to read exception message, but is this the right way?<br>
<br>
How to distinguish between different errors? I can not find anything in <br>
Postgis documentation <a href="https://postgis.net/docs/manual-3.4/" rel="noreferrer noreferrer" target="_blank">https://postgis.net/docs/manual-3.4/</a><br>
<br>
Thanks Michal S.<br>
</blockquote></div>