<?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: st_geometry VS RDS enable geodatabase in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/st-geometry-vs-rds-enable-geodatabase/m-p/1560165#M9425</link>
    <description>&lt;P&gt;Yes, that is correct in terms of schema placement.&lt;/P&gt;</description>
    <pubDate>Tue, 19 Nov 2024 12:42:04 GMT</pubDate>
    <dc:creator>George_Thompson</dc:creator>
    <dc:date>2024-11-19T12:42:04Z</dc:date>
    <item>
      <title>st_geometry VS RDS enable geodatabase</title>
      <link>https://community.esri.com/t5/geodatabase-questions/st-geometry-vs-rds-enable-geodatabase/m-p/1081098#M7293</link>
      <description>&lt;P&gt;Can someone explain to me the difference between these two processes:&lt;/P&gt;&lt;P&gt;&lt;A href="https://enterprise.arcgis.com/en/server/10.8/cloud/amazon/create-geodatabase-in-amazon-rds-for-postgresql.htm" target="_blank" rel="noopener"&gt;https://enterprise.arcgis.com/en/server/10.8/cloud/amazon/create-geodatabase-in-amazon-rds-for-postgresql.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/databases/add-the-st-geometry-type-to-a-postgresql-database.htm" target="_blank" rel="noopener"&gt;https://desktop.arcgis.com/en/arcmap/latest/manage-data/databases/add-the-st-geometry-type-to-a-postgresql-database.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Im running on AWS.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are functions such as st_point part of the postgis install and enable enterprise gdb?&amp;nbsp; I went thru all those steps outlined here on an RDS database, and cannot run functions such as st_point, st_transform, etc.&lt;/P&gt;&lt;P&gt;Alternatively I have a windows VM with postgres running on it, no postgis.&amp;nbsp; I DO have st_geometry.dll sitting wherever its supposed to be, and have 400+ sde_ and st_ functions available in postgres.&lt;/P&gt;&lt;P&gt;Should these two processes have the same end result? whats the difference?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;E&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jul 2021 22:01:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/st-geometry-vs-rds-enable-geodatabase/m-p/1081098#M7293</guid>
      <dc:creator>Evan_mayday</dc:creator>
      <dc:date>2021-07-20T22:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: st_geometry VS RDS enable geodatabase</title>
      <link>https://community.esri.com/t5/geodatabase-questions/st-geometry-vs-rds-enable-geodatabase/m-p/1081164#M7294</link>
      <description>&lt;P&gt;Hi Evan.&lt;/P&gt;&lt;P&gt;as you suspected, the &lt;STRONG&gt;st_&lt;/STRONG&gt; functions you are used to are actually part of the installation of the st_geometry type - which is an Esri creation and added manually with the st_geometry libraries (.dll in windows).&lt;BR /&gt;You cannot install the st_geometry.dll in RDS PostgreSQL as you cant get to the machine level.&lt;BR /&gt;&lt;BR /&gt;What you are talking about is RDS PostgreSQL with PostGIS enabled. If you then enable the RDS database as a Geodatabase, you are adding the "sde" tables and the default type used for all spatial columns created using ArcGIS becomes PostGIS Geometry (and Geography is also available). This is not the same type as Esri supplied st_geometry which is not available in RDS.&lt;BR /&gt;&lt;BR /&gt;PostGIS does provide a set of &lt;STRONG&gt;ST_&lt;/STRONG&gt; functions - but note PostgreSQL is always case sensitive - so perhaps try being strict with that.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 03:49:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/st-geometry-vs-rds-enable-geodatabase/m-p/1081164#M7294</guid>
      <dc:creator>DavidHoy</dc:creator>
      <dc:date>2021-07-21T03:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: st_geometry VS RDS enable geodatabase</title>
      <link>https://community.esri.com/t5/geodatabase-questions/st-geometry-vs-rds-enable-geodatabase/m-p/1081258#M7295</link>
      <description>&lt;P&gt;Thank you for the reply!&lt;/P&gt;&lt;P&gt;follow up question-&lt;/P&gt;&lt;P&gt;does RDS + PostGIS get the same/similar toolsets/functions as Postgres + st_geometry?&amp;nbsp; and is there any functional difference between ESRI geometry and PostGIS geometry?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, is there an ESRI docs page that outlines these difference?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thankyouthankyouthankyouthankyou&lt;/P&gt;&lt;P&gt;E&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 12:51:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/st-geometry-vs-rds-enable-geodatabase/m-p/1081258#M7295</guid>
      <dc:creator>Evan_mayday</dc:creator>
      <dc:date>2021-07-21T12:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: st_geometry VS RDS enable geodatabase</title>
      <link>https://community.esri.com/t5/geodatabase-questions/st-geometry-vs-rds-enable-geodatabase/m-p/1081320#M7296</link>
      <description>&lt;P&gt;also, is there another workflow that i can follow to generate geometry points from a multiple tables each with lat/lngs?&amp;nbsp; (right now im creating a postgres SQL VIEW with UNION ALL on 10 separate tables)&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 14:20:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/st-geometry-vs-rds-enable-geodatabase/m-p/1081320#M7296</guid>
      <dc:creator>Evan_mayday</dc:creator>
      <dc:date>2021-07-21T14:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: st_geometry VS RDS enable geodatabase</title>
      <link>https://community.esri.com/t5/geodatabase-questions/st-geometry-vs-rds-enable-geodatabase/m-p/1081634#M7297</link>
      <description>&lt;P&gt;Hi Evan,&lt;/P&gt;&lt;P&gt;I dont know of a comparison page, but...&lt;BR /&gt;There are a lot more &lt;STRONG&gt;ST_&lt;/STRONG&gt; functions provided by PostGIS than there are with the &lt;STRONG&gt;sde.st_&lt;/STRONG&gt; function set.&lt;BR /&gt;The ones with common names serve the same purpose (syntax may be different)&lt;/P&gt;&lt;P&gt;The Esri reference set is:&lt;BR /&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/databases/pdf/ST_Geometry_reference.pdf" target="_blank" rel="noopener"&gt;ST_Geometry SQL function reference&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/using-sql-with-gdbs/a-quick-tour-of-sql-functions-used-with-st-geometry.htm" target="_blank" rel="noopener"&gt;https://desktop.arcgis.com/en/arcmap/latest/manage-data/using-sql-with-gdbs/a-quick-tour-of-sql-functions-used-with-st-geometry.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;PostGIS equivalent is:&lt;BR /&gt;&lt;A href="https://postgis.net/docs/reference.html" target="_blank" rel="noopener"&gt;https://postgis.net/docs/reference.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;hope this is somewhat useful&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jul 2021 07:07:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/st-geometry-vs-rds-enable-geodatabase/m-p/1081634#M7297</guid>
      <dc:creator>DavidHoy</dc:creator>
      <dc:date>2021-07-22T07:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: st_geometry VS RDS enable geodatabase</title>
      <link>https://community.esri.com/t5/geodatabase-questions/st-geometry-vs-rds-enable-geodatabase/m-p/1560052#M9423</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/9873"&gt;@DavidHoy&lt;/a&gt;&amp;nbsp;- are Esri ST_Geometry functions in sde schema, but PostGIS functions in the public schema?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2024 02:31:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/st-geometry-vs-rds-enable-geodatabase/m-p/1560052#M9423</guid>
      <dc:creator>LHo</dc:creator>
      <dc:date>2024-11-19T02:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: st_geometry VS RDS enable geodatabase</title>
      <link>https://community.esri.com/t5/geodatabase-questions/st-geometry-vs-rds-enable-geodatabase/m-p/1560055#M9424</link>
      <description>&lt;P&gt;sorry - That sounds correct, but I am not sure&lt;BR /&gt;- and I don't have any sites set up at present to look for myself&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2024 02:47:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/st-geometry-vs-rds-enable-geodatabase/m-p/1560055#M9424</guid>
      <dc:creator>DavidHoy</dc:creator>
      <dc:date>2024-11-19T02:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: st_geometry VS RDS enable geodatabase</title>
      <link>https://community.esri.com/t5/geodatabase-questions/st-geometry-vs-rds-enable-geodatabase/m-p/1560165#M9425</link>
      <description>&lt;P&gt;Yes, that is correct in terms of schema placement.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2024 12:42:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/st-geometry-vs-rds-enable-geodatabase/m-p/1560165#M9425</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2024-11-19T12:42:04Z</dc:date>
    </item>
  </channel>
</rss>

