<div dir="ltr"><div><div>Thanks. <br></div>The table union_v4 is in public schema. <br></div>When i execute SHOW search_path : <br><br><div>"$user", public</div><div><br></div><div>I'm taking the liberty to give an additional information regarding my needs.</div><div>In additional to preserve/keep all attributes duraing the dissolve, i would like to dissolve polygonal geometries depending on the values on one attribute.  </div><div>In my case, this attribute is 'max_hierar'.  </div><div>Thanks.</div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">Le mar. 30 sept. 2025 à 17:37, Erik Wienhold <<a href="mailto:ewie@ewie.name">ewie@ewie.name</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 2025-09-30 17:29 +0200, celati Laurent wrote:<br>
> But when i rerun the query with the edit (adding the closing parenthesis) :<br>
> <br>
> *SELECT     min(union_v4.max_hierar) as id,     array_agg(<a href="http://union_v4.id" rel="noreferrer" target="_blank">union_v4.id</a>)<br>
>  as ids,     union_v6.geomFROM union_v4,    (SELECT<br>
>       (ST_Dump(St_multi(ST_Union(geom)))).geom as geom    FROM<br>
> union_v6)WHERE     st_intersects(union_v4.geom, union_v6.geom)GROUP BY<br>
> union_v6.geom*<br>
> <br>
> *I obtain this time the message : * ERROR: la relation « union_v4 »<br>
> n'existe pas LINE 5: FROM union_v4, ^ ERREUR: la relation « union_v4 »<br>
> n'existe pas SQL state: 42P01 Character: 105<br>
> <br>
> However, i have one table called "union_v4" within my postgis db.<br>
> thanks so much.<br>
<br>
* In which schema is union_v4 defined?<br>
<br>
* What is your current search_path setting?  Check SHOW search_path;<br>
<br>
-- <br>
Erik Wienhold<br>
</blockquote></div>