<?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 connection does not show files in database in ArcGIS Pro 3.0 in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/postgresql-connection-does-not-show-files-in/m-p/1216124#M60272</link>
    <description>&lt;P&gt;I believe that you can multiple versions of PostgreSQL on the same machine. As for importing the DB, I am not sure about that. Especially if it is from a newer version.&lt;BR /&gt;&lt;BR /&gt;You maybe able to export to a CSV or something, then import into the older one.&lt;BR /&gt;&lt;BR /&gt;Just some info I found:&amp;nbsp;&lt;A href="https://www.postgresql.org/docs/14/app-pgdump.html" target="_blank" rel="noopener"&gt;https://www.postgresql.org/docs/14/app-pgdump.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Because&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;pg_dump&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;is used to transfer data to newer versions of&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;PostgreSQL&lt;/SPAN&gt;&lt;SPAN&gt;, the output of&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;pg_dump&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;can be expected to load into&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;PostgreSQL&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;server versions newer than&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;pg_dump&lt;/SPAN&gt;&lt;SPAN&gt;'s version.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;pg_dump&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;can also dump from&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;PostgreSQL&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;servers older than its own version. (Currently, servers back to version 8.0 are supported.) However,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;pg_dump&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;cannot dump from&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;PostgreSQL&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;servers newer than its own major version; it will refuse to even try, rather than risk making an invalid dump. Also, it is not guaranteed that&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;pg_dump&lt;/SPAN&gt;&lt;SPAN&gt;'s output can be loaded into a server of an older major version — not even if the dump was taken from a server of that version. Loading a dump file into an older server may require manual editing of the dump file to remove syntax not understood by the older server. Use of the&amp;nbsp;&lt;/SPAN&gt;--quote-all-identifiers&lt;SPAN&gt;&amp;nbsp;option is recommended in cross-version cases, as it can prevent problems arising from varying reserved-word lists in different&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;PostgreSQL&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;versions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://stackoverflow.com/questions/33594039/pg-dump-and-pg-restore-across-different-major-versions-of-postgresql" target="_blank" rel="noopener"&gt;https://stackoverflow.com/questions/33594039/pg-dump-and-pg-restore-across-different-major-versions-of-postgresql&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Sep 2022 15:55:53 GMT</pubDate>
    <dc:creator>George_Thompson</dc:creator>
    <dc:date>2022-09-26T15:55:53Z</dc:date>
    <item>
      <title>PostgreSQL connection does not show files in database in ArcGIS Pro 3.0</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/postgresql-connection-does-not-show-files-in/m-p/1216052#M60258</link>
      <description>&lt;P&gt;I am trying to connect a PostgreSQL/PostGIS database to ArcGIS Pro 3.0.&amp;nbsp; When I make the connection, no error messages appear, so I believe the connection was successful.&amp;nbsp; However, when I double click the database connection, no files are present.&amp;nbsp; I have several tables present in the database.&amp;nbsp; I have provided screenshots.&amp;nbsp; What should I do?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2022-09-26.png" style="width: 550px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/52162iAFCD379873389789/image-size/large?v=v2&amp;amp;px=999" role="button" title="2022-09-26.png" alt="2022-09-26.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2022-09-26 (1).png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/52163iEF5AF88223D85E63/image-size/large?v=v2&amp;amp;px=999" role="button" title="2022-09-26 (1).png" alt="2022-09-26 (1).png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 14:02:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/postgresql-connection-does-not-show-files-in/m-p/1216052#M60258</guid>
      <dc:creator>DestinyKelley1</dc:creator>
      <dc:date>2022-09-26T14:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: PostgreSQL connection does not show files in database in ArcGIS Pro 3.0</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/postgresql-connection-does-not-show-files-in/m-p/1216057#M60261</link>
      <description>&lt;P&gt;What version of PostgreSQL do you have installed on your local machine?&lt;BR /&gt;&lt;BR /&gt;Is the postgres DB a geodatabase or just Postgres w/PostGIS?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 14:11:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/postgresql-connection-does-not-show-files-in/m-p/1216057#M60261</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2022-09-26T14:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: PostgreSQL connection does not show files in database in ArcGIS Pro 3.0</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/postgresql-connection-does-not-show-files-in/m-p/1216070#M60263</link>
      <description>&lt;P&gt;The version I have on my machine is&amp;nbsp;PostgreSQL 14.5.&amp;nbsp; I do not know if the postgres is a geodatabase, but I have provided a screenshot below.&amp;nbsp; How do I determine this?&amp;nbsp; Thank you&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2022-09-26 (2).png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/52168i5C711E5F0ABB55E7/image-size/large?v=v2&amp;amp;px=999" role="button" title="2022-09-26 (2).png" alt="2022-09-26 (2).png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 14:36:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/postgresql-connection-does-not-show-files-in/m-p/1216070#M60263</guid>
      <dc:creator>DestinyKelley1</dc:creator>
      <dc:date>2022-09-26T14:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: PostgreSQL connection does not show files in database in ArcGIS Pro 3.0</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/postgresql-connection-does-not-show-files-in/m-p/1216078#M60265</link>
      <description>&lt;P&gt;Ah, ok. To determine the version in PGAdmin, open a query window and run either of the queries below:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="sql"&gt;show server_version; or show server_version_num;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ArcGIS Pro does not support PostgreSQL 14.x at this time:&amp;nbsp;&lt;A href="https://enterprise.arcgis.com/en/system-requirements/latest/windows/database-requirements-postgresql.htm" target="_blank"&gt;https://enterprise.arcgis.com/en/system-requirements/latest/windows/database-requirements-postgresql.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;So I wonder if that is the issue.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 14:48:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/postgresql-connection-does-not-show-files-in/m-p/1216078#M60265</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2022-09-26T14:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: PostgreSQL connection does not show files in database in ArcGIS Pro 3.0</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/postgresql-connection-does-not-show-files-in/m-p/1216089#M60267</link>
      <description>&lt;P&gt;I run the query and the current server version is 14.5.&lt;/P&gt;&lt;P&gt;Can I simultaneously install&amp;nbsp;&lt;SPAN class=""&gt;PostgreSQL&lt;/SPAN&gt;&amp;nbsp;13.6 (64 bit) /&amp;nbsp;&lt;SPAN class=""&gt;PostGIS&lt;/SPAN&gt;&amp;nbsp;3.2 without uninstalling the current versions, and then import the database to the earlier versions? Or do I have to re-add the tables?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 15:01:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/postgresql-connection-does-not-show-files-in/m-p/1216089#M60267</guid>
      <dc:creator>DestinyKelley1</dc:creator>
      <dc:date>2022-09-26T15:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: PostgreSQL connection does not show files in database in ArcGIS Pro 3.0</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/postgresql-connection-does-not-show-files-in/m-p/1216124#M60272</link>
      <description>&lt;P&gt;I believe that you can multiple versions of PostgreSQL on the same machine. As for importing the DB, I am not sure about that. Especially if it is from a newer version.&lt;BR /&gt;&lt;BR /&gt;You maybe able to export to a CSV or something, then import into the older one.&lt;BR /&gt;&lt;BR /&gt;Just some info I found:&amp;nbsp;&lt;A href="https://www.postgresql.org/docs/14/app-pgdump.html" target="_blank" rel="noopener"&gt;https://www.postgresql.org/docs/14/app-pgdump.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Because&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;pg_dump&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;is used to transfer data to newer versions of&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;PostgreSQL&lt;/SPAN&gt;&lt;SPAN&gt;, the output of&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;pg_dump&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;can be expected to load into&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;PostgreSQL&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;server versions newer than&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;pg_dump&lt;/SPAN&gt;&lt;SPAN&gt;'s version.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;pg_dump&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;can also dump from&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;PostgreSQL&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;servers older than its own version. (Currently, servers back to version 8.0 are supported.) However,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;pg_dump&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;cannot dump from&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;PostgreSQL&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;servers newer than its own major version; it will refuse to even try, rather than risk making an invalid dump. Also, it is not guaranteed that&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;pg_dump&lt;/SPAN&gt;&lt;SPAN&gt;'s output can be loaded into a server of an older major version — not even if the dump was taken from a server of that version. Loading a dump file into an older server may require manual editing of the dump file to remove syntax not understood by the older server. Use of the&amp;nbsp;&lt;/SPAN&gt;--quote-all-identifiers&lt;SPAN&gt;&amp;nbsp;option is recommended in cross-version cases, as it can prevent problems arising from varying reserved-word lists in different&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;PostgreSQL&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;versions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://stackoverflow.com/questions/33594039/pg-dump-and-pg-restore-across-different-major-versions-of-postgresql" target="_blank" rel="noopener"&gt;https://stackoverflow.com/questions/33594039/pg-dump-and-pg-restore-across-different-major-versions-of-postgresql&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 15:55:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/postgresql-connection-does-not-show-files-in/m-p/1216124#M60272</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2022-09-26T15:55:53Z</dc:date>
    </item>
  </channel>
</rss>

