Autocomplete SQL after JOIN definition (pgAdmin4 4.x can do it)
Autocomplete SQL after JOIN definition (pgAdmin4 4.x can do it)
-
AdminDevart (_, Devart) commented
Dear User,
We’re excited to share that the functionality you requested has been successfully implemented!
Please update to the latest release version to start using the new features. If you have any further questions or need assistance, feel free to reach out to us.
Best,
Devart Team -
Jeremy commented
I love this feature of pgAdmin. Offering multiple join autocomplete suggestions would be great, but even just one suggestion that matches everything I might want to join on based on table FKs and column names would be fine. Deleting text is always faster than typing out all of the joins myself.
-
Marc Büttner commented
Example:
SELECT * FROM "LFSPos" lp
INNER JOIN "LFS" l ON l. --[NO AUTOCOMPLETE AFTER "l."]