<div>Hi,<br></div><div><br></div><div>This is one way of getting the comments stored in PostgreSQL.<br></div><div><i><br></i></div><div><i>SELECT relname, obj_description(oid)</i><i><br></i></div><div><i>FROM pg_class</i><i><br></i></div><div><i>WHERE relkind = 'r' </i><i><br></i></div><div><i>     AND obj_description(oid) IS NOT NULL;</i><br></div><div><br></div><div>More info here: <a href="https://stackoverflow.com/questions/5664094/getting-list-of-table-comments-in-postgresql#5664217">https://stackoverflow.com/questions/5664094/getting-list-of-table-comments-in-postgresql#5664217</a><br></div><div><br></div><div class="protonmail_signature_block"><div class="protonmail_signature_block-user"><div><div>Eloi<br></div><div><br></div></div></div></div><div><br></div><div>‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐<br></div><div> On Thursday, September 5, 2019 11:25 AM, Shaozhong SHI <shishaozhong@gmail.com> wrote:<br></div><div> <br></div><blockquote class="protonmail_quote" type="cite"><div dir="ltr"><div>Hi,<br></div><div><br></div><div>Where is comment data stored in PostGIS?<br></div><div><br></div><div>One can type in text in the comment box.  Where is this content be stored?  Can the content be accessed by other desktop applications?<br></div><div><br></div><div>For instance, can ArcGIS import this content as metadata?<br></div><div><br></div><div>Looking forward to hearing from you.<br></div><div><br></div><div>Regards,<br></div><div><br></div><div>Shao<br></div></div></blockquote><div><br></div>