Redgate SQL Prompt equivalent for PostgreSQL database

2k Views Asked by At

I'm starting at a new company after coming from a previous role where I could rely on Redgate's SQL Prompt with a MySQL environment. I'm now working with a Postgresql environment (SQL Workbench/J) and was wondering if anyone had come across any similar programs for Postgresql to make the query writing a bit less tedious and time intensive.

I'm aware of the CNTRL + Space option for suggesting columns/tables, hoping for something that automatically prompts.

Thanks!

2

There are 2 best solutions below

0
On BEST ANSWER

A full-featured GUI tool for PostgreSQL is pgAdmin.

Among many other useful features, it has a query tool with code completion and suggestion.

0
On

You can use the dbForge Studio for PostgreSQL software to meet your needs, and this will help you to use this software in accordance with what is in the SQL Prompt program. I hope the explanation I gave was useful to you.