<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: postgresql error st_point in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/postgresql-error-st-point/m-p/843112#M4840</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. Simple fix- changed to union all and it worked.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Sep 2019 18:50:20 GMT</pubDate>
    <dc:creator>SanhitaChatterjee2</dc:creator>
    <dc:date>2019-09-12T18:50:20Z</dc:date>
    <item>
      <title>postgresql error st_point</title>
      <link>https://community.esri.com/t5/geodatabase-questions/postgresql-error-st-point/m-p/843110#M4838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am doing a union of multiple tables to create a view. All table include shape and have the same geometry type. I am getting the following errors while creating the spatial view:&amp;nbsp;ERROR: could not identify an equality operator for type st_point&amp;nbsp;LINE 8: td.shape . What am I not defining in shape in either tables that is causing the error?&lt;/P&gt;&lt;P&gt;A sample of my query for the view is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT&lt;BR /&gt;td.storenum,&lt;BR /&gt;td.address,&lt;BR /&gt; td.city,&lt;BR /&gt; td.state,&lt;BR /&gt; td.zip,&lt;BR /&gt;td.shape&lt;BR /&gt;FROM&lt;BR /&gt; competitor_td td&lt;/P&gt;&lt;P&gt;where td.catcode= '05'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;union &lt;BR /&gt; &lt;BR /&gt; select &lt;BR /&gt;vw.store_num as storenum,&lt;BR /&gt;vw.address,&lt;BR /&gt; vw.city,&lt;BR /&gt; vw.st_abbrv as state,&lt;BR /&gt; vw.zip_code as zip,&lt;BR /&gt;vw.shape&lt;BR /&gt;FROM&lt;BR /&gt;store_vw vw&lt;BR /&gt;WHERE&amp;nbsp; vw.status &amp;lt;&amp;gt; 'Closed'&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2019 17:08:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/postgresql-error-st-point/m-p/843110#M4838</guid>
      <dc:creator>SanhitaChatterjee2</dc:creator>
      <dc:date>2019-09-12T17:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: postgresql error st_point</title>
      <link>https://community.esri.com/t5/geodatabase-questions/postgresql-error-st-point/m-p/843111#M4839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not an expert, but you may have the incorrect syntax;&amp;nbsp;&lt;A class="link-titled" href="https://postgis.net/docs/ST_Union.html" title="https://postgis.net/docs/ST_Union.html"&gt;ST_Union&lt;/A&gt;&amp;nbsp;&amp;amp;&amp;nbsp;&lt;A class="link-titled" href="https://www.postgresql.org/docs/current/queries-union.html" title="https://www.postgresql.org/docs/current/queries-union.html"&gt;PostgreSQL: Documentation: 11: 7.4.&amp;nbsp;Combining Queries&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2019 18:45:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/postgresql-error-st-point/m-p/843111#M4839</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2019-09-12T18:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: postgresql error st_point</title>
      <link>https://community.esri.com/t5/geodatabase-questions/postgresql-error-st-point/m-p/843112#M4840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. Simple fix- changed to union all and it worked.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2019 18:50:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/postgresql-error-st-point/m-p/843112#M4840</guid>
      <dc:creator>SanhitaChatterjee2</dc:creator>
      <dc:date>2019-09-12T18:50:20Z</dc:date>
    </item>
  </channel>
</rss>

