We had a developer start using this quietly a few years ago. Rapidly discovered when the the build broke and a ticket to install pgmodeler on CI server popped into my queue. From memory it's, at least was, very opinionated or limited depending on how charitable you want to be.
I use DataGrip, part of the IntelliJ / Idea Suite. It’s a bit fiddly in terms of UI, but that’s a one time learning curve - everything else from there is a breeze. Also has excellent integration with the other Idea tools, if you use them.
I really like E/R Studio for modeling work. It is expensive, but I've not found a nicer tool to do it across multiple database platforms.
Their website shows they don't officially support the latest versions of PostgreSQL. It does work, but the menus haven't been updated for all the latest features. If you want to use syntax from a newer release, you'll need to do a SQL override until they update the tool.
Their team version keeps the metadata in a database, instead of a file. The locking/unlocking of individual tables is cumbersome. The metadata database doesn't support using PostgreSQL for storing the metadata. I tend to store the models in Git and use the built in model diff tool to do model merges.
ER Studio gets slow when you are north of 10k tables/views in a single model. As a work around, I use sub-models and do not touch the large master model. On a large main model, their visualization tool I believe tries to render all 10k tables. It starts taking 1-2 seconds between clicks. Smaller sub-models (1-2k) off that large main model do not have that issue.
The scripting extension for ER Studio is decent, not great, but significantly improved in the last few versions. It is close to being VBScript. Scripting makes updating really large models a breeze. I use it a lot for storage/index parameter parameter changes during hardware/software upgrades.
pgadmin's UX is pretty bad though, definitely on macos - lots of default OS specific keybinds that don't work, basic editing features that are missing, etc.
It requires multiple clicks and seems to depend on JavaScript for showing the price. A simple price list, with platform wise variations, would've been "customer friendly".
To be fair, it is described as "Expires in 6 months" on the purchase page which makes it very unclear if the binary you downloaded is going to stop working. If it does stop working then it's not unlike subscription software.
I was actually vaguely contemplating purchasing it until that uncertainty made me think paying them might give me something worse than free (ie: something that would break at an inopportune moment in 6 months).