From: | "Martijn Tonies \(Upscene Productions\)" <m(dot)tonies(at)upscene(dot)com> |
---|---|
To: | "Tim Uckun" <timuckun(at)gmail(dot)com> |
Cc: | "pgsql-general" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: IDE for function/stored proc development. |
Date: | 2016-09-05 08:02:40 |
Message-ID: | 239431DF55A14774B90CD9144295AB05@MARTIJNWS |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hello Tim,
We will be releasing Database Workbench with PostgreSQL support later this week, it’s a Windows application but works fine on Linux/MacOS via Wine.
Here’s the link to our website, feel free to check some screenshots
http://www.upscene.com/database_workbench/
With regards,
Martijn Tonies
Upscene Productions
From: Tim Uckun
Sent: Saturday, September 03, 2016 2:49 PM
To: Pavel Stehule
Cc: pgsql-general
Subject: Re: [GENERAL] IDE for function/stored proc development.
I was hoping there was some IDE which made that process seamless. Something like PgAdmin but better editing features and features like "find definition" or "find usages" and such. The jetbrains products come close but as I said they are buggy and don't work very well with postgres.
On Sat, Sep 3, 2016 at 11:03 PM, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> wrote:
Hi
2016-09-03 11:36 GMT+02:00 Tim Uckun <timuckun(at)gmail(dot)com>:
Does anybody use an IDE for doing heavy duty stored proc development? PGadmin is decent but I am looking for something better.
I have tried jetbrains with the db browser plugin and on the surface it seems like a good choice but it's really buggy when working with procs.
I also tried datagrip by jetbrains and that too seems to be all over the place. It has some amazing features for working with the database but some of the simplest stuff is lacking or half baked.
I looked at atom and could not find any useful plugins for PG.
Anybody have experience with something awesome?
I am using the Emacs - but any editor should be ok. There is one rule - edit file first, and import to database as next step. PGadmin is pretty bad tool for maintaing stored procedures.
Regards
Pavel
From | Date | Subject | |
---|---|---|---|
Next Message | Daevor The Devoted | 2016-09-05 08:29:36 | Re: IDE for function/stored proc development. |
Previous Message | Nguyễn Trần Quốc Vinh | 2016-09-05 06:20:49 | Re: Materialized view auto refresh |