Incredibly obvious bug found.

<[email protected]> Sat, 12 Oct 2019 17:25:53 +0200 (CEST)
Newsgroups gmane.comp.db.postgresql.pgadmin
Message-ID <[email protected]>
When trying to make a UNIQUE constraint, pgAdmin 4 got confused and couldn't continue just because my field name contained a space. For some absurd reason, it doesn't add the quotes around identifiers and thus breaks for anyone who doesn't code with 1970s-era, US-centric name conventions. It displayed it to me as "stuff%20whatever" when the name was "stuff whatever".

I was forced to figure out how to do it in raw SQL.