'Column Definitions for Postgres Views not Populating in SQL Developer

I have installed PostgreSQL (13.4, compiled by Visual C++ build 1914, 64-bit) and I am using Oracle SQL Developer (Version 20.2.0.175) to create tables and views and to run queries. I created a couple views and I am noticing that the column descriptions do not get populated:

enter image description here

Yet, I can view the data. Further to this, I have created some tables and populated with data as well. I can view the table column descriptions and data, so this seems specific to the views. I've been digging around in the preferences and can't seem to find anything to enable this. Just wondering if anyone has suggestions?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source