IDE
Hello,
I am having problems of productivity with IDE that I am using. Exists some
IDE that recommended to develop postgresql?
I am thankful,
--
Pedro Belmino.
On 10/1/07, Pedro Belmino <pedrobelmino@gmail.com> wrote:
Hello,
I am having problems of productivity with IDE that I am using. Exists some
IDE that recommended to develop postgresql?
Hello Pedro,
You are probably looking for a tool like pgAdmin (http://www.pgadmin.org) or
PhpPgAdmin (http://phppgadmin.sourceforge.net). There are also some
commercial applications : http://www.postgresql.org/download/commercial
However, please take notice that your question is not suited for the
pgsql-hackers mailing list : this list is for discussions about developing
PostgreSQL itself.
Cheers,
Adrian Maier
On Oct 1, 2007, at 10:27 , Adrian Maier wrote:
On 10/1/07, Pedro Belmino <pedrobelmino@gmail.com> wrote:
Hello,
I am having problems of productivity with IDE that I am using.
Exists some
IDE that recommended to develop postgresql?Hello Pedro,
You are probably looking for a tool like pgAdmin (http://
www.pgadmin.org) or
PhpPgAdmin (http://phppgadmin.sourceforge.net). There are also some
commercial applications : http://www.postgresql.org/download/
commercialHowever, please take notice that your question is not suited for the
pgsql-hackers mailing list : this list is for discussions about
developing
PostgreSQL itself.
That may be what he means. Unfortunately "develop PostgreSQL" can be
taken both ways.
In case he's working on internals, I believe Emacs is used by a
number of PostgreSQL hackers. And as for developing PostgreSQL-backed
applications, I find $EDITOR + psql to work quite well.
Michael Glaesemann
grzm seespotcode net
Le lundi 01 octobre 2007, Michael Glaesemann a écrit :
That may be what he means. Unfortunately "develop PostgreSQL" can be
taken both ways.In case he's working on internals, I believe Emacs is used by a
number of PostgreSQL hackers. And as for developing PostgreSQL-backed
applications, I find $EDITOR + psql to work quite well.
In this case the slides from Neil & Gavin presentation about PostgreSQL
hacking may be a good starting read:
http://neilconway.org/talks/hacking/
IIRC, they also mention cscope (there's a user friendly kscope GUI of it) to
easily browse code structures and call graphs.
http://cscope.sourceforge.net/
http://kscope.sourceforge.net/
Hope this helps, regards,
--
dim
On 10/1/07, Michael Glaesemann <grzm@seespotcode.net> wrote:
Hello Pedro,
You are probably looking for a tool like pgAdmin (http://
www.pgadmin.org) or
PhpPgAdmin (http://phppgadmin.sourceforge.net). There are also some
commercial applications : http://www.postgresql.org/download/
commercialHowever, please take notice that your question is not suited for the
pgsql-hackers mailing list : this list is for discussions about
developing
PostgreSQL itself.That may be what he means. Unfortunately "develop PostgreSQL" can be
taken both ways.In case he's working on internals, I believe Emacs is used by a
number of PostgreSQL hackers. And as for developing PostgreSQL-backed
applications, I find $EDITOR + psql to work quite well.
Oh, you are right Michael. I've missed the second interpretation of Pedro's
words. My apologises if I got it wrong ...
--
Adrian Maier
If you are talking about working on the code (internals), I find eclipse
works very well for working on PostgreSQL.
From: pgsql-hackers-owner@postgresql.org
[mailto:pgsql-hackers-owner@postgresql.org] On Behalf Of Pedro Belmino
Sent: Monday, October 01, 2007 6:42 AM
To: pgsql-hackers@postgresql.org
Subject: [HACKERS] IDE
Hello,
I am having problems of productivity with IDE that I am using. Exists
some IDE that recommended to develop postgresql?
I am thankful,
--
Pedro Belmino.