<?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: gdb_items table can't see joined columns in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/gdb-items-table-can-t-see-joined-columns/m-p/841680#M4710</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear George&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you got the point. The more secure&amp;nbsp;way to perform any changes of a Geodatabase structure (schema,alias,etc) is via ArcGIS Desktop or via Python.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sad about that because even on ArcGIS Desktop or on Portal this procedure is too slow if you have many elements to configure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway. Thank you so much for your information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely&lt;/P&gt;&lt;P&gt;Ezequias&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jan 2017 16:22:51 GMT</pubDate>
    <dc:creator>deleted-user-0W0-oLHxDjCX</dc:creator>
    <dc:date>2017-01-05T16:22:51Z</dc:date>
    <item>
      <title>gdb_items table can't see joined columns</title>
      <link>https://community.esri.com/t5/geodatabase-questions/gdb-items-table-can-t-see-joined-columns/m-p/841678#M4708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="padding: 0px;"&gt;Hello everyone&lt;/P&gt;&lt;P style="padding: 0px;"&gt;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;After have made&amp;nbsp;a&amp;nbsp;materialized join on a feature class I was looking for some update on gdb_items within PostgreSQL but I just&amp;nbsp;saw the very old structure before the join on PostgreSQL.&lt;/P&gt;&lt;P style="padding: 0px;"&gt;&lt;BR /&gt;Could someone tell me if there is any command that must be done to update this table in a way I could make changes (I.E:&amp;nbsp;On my alias within the description field)?&lt;/P&gt;&lt;P style="padding: 0px;"&gt;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;Best regards&lt;/P&gt;&lt;P style="padding: 0px;"&gt;Ezequias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 12:58:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/gdb-items-table-can-t-see-joined-columns/m-p/841678#M4708</guid>
      <dc:creator>deleted-user-0W0-oLHxDjCX</dc:creator>
      <dc:date>2017-01-05T12:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: gdb_items table can't see joined columns</title>
      <link>https://community.esri.com/t5/geodatabase-questions/gdb-items-table-can-t-see-joined-columns/m-p/841679#M4709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure that you will see any information in the gdb_items table on a "joined" field to a feature class or object listed. The gdb_items table is specifically for the geodatabase repository table. Joins either persist in a map document or in a SQL view (DB view).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at the fields for the gdb_items table in PostgreSQL:&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/gdbs-in-postgresql/system-tables-postgresql.htm" title="http://desktop.arcgis.com/en/arcmap/latest/manage-data/gdbs-in-postgresql/system-tables-postgresql.htm"&gt;System tables of a geodatabase in PostgreSQL—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only way to update this table, correctly and more importantly safely, is via an ArcGIS client (UI or Python)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if I missed what you are asking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/community/gis/enterprise-gis?sr=search&amp;amp;searchId=dadd81d2-230f-4b8d-b8a5-93da5368e850&amp;amp;searchIndex=0"&gt;https://community.esri.com/community/gis/enterprise-gis?sr=search&amp;amp;searchId=dadd81d2-230f-4b8d-b8a5-93da5368e850&amp;amp;searchIndex=0&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 14:58:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/gdb-items-table-can-t-see-joined-columns/m-p/841679#M4709</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2017-01-05T14:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: gdb_items table can't see joined columns</title>
      <link>https://community.esri.com/t5/geodatabase-questions/gdb-items-table-can-t-see-joined-columns/m-p/841680#M4710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear George&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you got the point. The more secure&amp;nbsp;way to perform any changes of a Geodatabase structure (schema,alias,etc) is via ArcGIS Desktop or via Python.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sad about that because even on ArcGIS Desktop or on Portal this procedure is too slow if you have many elements to configure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway. Thank you so much for your information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely&lt;/P&gt;&lt;P&gt;Ezequias&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 16:22:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/gdb-items-table-can-t-see-joined-columns/m-p/841680#M4710</guid>
      <dc:creator>deleted-user-0W0-oLHxDjCX</dc:creator>
      <dc:date>2017-01-05T16:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: gdb_items table can't see joined columns</title>
      <link>https://community.esri.com/t5/geodatabase-questions/gdb-items-table-can-t-see-joined-columns/m-p/841681#M4711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The main reason for way to make changes in the gdb_items table or really any geodatabase system table via an ArcGIS client is due to the dependencies in other system tables for each record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can tell you from personal experience and helping our customers, that some people make modifications to these tables incorrectly and it will corrupt the entire geodatabase with no way to recover, unless you have a backup from before the change was made.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 17:12:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/gdb-items-table-can-t-see-joined-columns/m-p/841681#M4711</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2017-01-05T17:12:11Z</dc:date>
    </item>
  </channel>
</rss>

