Re: Seeking a better PL/pgSQL editor-debugger

Поиск
Список
Период
Сортировка
От Tony Caduto
Тема Re: Seeking a better PL/pgSQL editor-debugger
Дата
Msg-id 43DBCDC8.6060909@amsoftwaredesign.com
обсуждение исходный текст
Ответ на Seeking a better PL/pgSQL editor-debugger  ("Ken Winter" <ken@sunward.org>)
Ответы Re: Seeking a better PL/pgSQL editor-debugger  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
There is a better editor available:
http://www.amsoftwaredesign.com
http://www.amsoftwaredesign.com/lightning_admin.php

I invite you to try it out :-)

It provides all the find/replace goto line number etc, many of the
features of a IDE such as Delphi 2006 or VS, it also has super nice
tabbed based MDI.
We also offer code completion for schemas, user functions and built in
functions.

I will probably get flamed but PG Admin III's function editing is not
much better than notepad.

The server provides the error messages, and on versions before 8.0 they
did not do much checking at all.
Version 8.1 does the best checking and I advise you to upgrade your
server, it's not that difficult.

Another thing to keep in mind is if you restore a dump from 7.x to 8.x
it will not do any checking unless you make a tweak, see this article:
http://www.milwaukeesoft.com/forums/viewtopic.php?t=83

As far as I know this affects 8.0 and 8.1, I am sure someone will
correct me if I am wrong :-)

Hope this helps,

--
Tony Caduto
http://www.amsoftwaredesign.com
Home of PG Lightning Admin for Postgresql 8.x





Ken Winter wrote:
>
> Is a better PL/pgSQL editor / debugger than pgAdmin III or phpPgAdmin
> available anywhere?
>
>
> As editors, the two pgAdmin tools apparently don’t offer elementary
> functions such as find and replace, which means I have to slurp my
> code out into a text editor when I really need these things.
>
> So I guess my questions are:
>
>     * Is it the case that the pgAdmin tools actually do offer these
>       features, but I just haven’t found them yet? If so, can you show
>       me where they are?
>     * Are these functions available through add-ons to either pgAdmin
>       tool? If so, where can I get these add-ons?
>     * Are there other PL/pgSQL editors that provide these functions?
>       If so, what? Obviously, I’d prefer a free one, but would pay for
>       one if necessary.
>
> ~ TIA
>
> ~ Ken
>


В списке pgsql-general по дате отправления:

Предыдущее
От: "Raymond O'Donnell"
Дата:
Сообщение: Re: Seeking a better PL/pgSQL editor-debugger
Следующее
От: Rich Shepard
Дата:
Сообщение: Re: Viewing Database Scheme