Re: IDE

Lists: pgsql-hackers
From: "Pedro Belmino" <pedrobelmino(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: IDE
Date: 2007-10-01 13:42:23
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers

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.


From: "Adrian Maier" <adrian(dot)maier(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: IDE
Date: 2007-10-01 15:27:57
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers

On 10/1/07, Pedro Belmino <pedrobelmino(at)gmail(dot)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


From: Michael Glaesemann <grzm(at)seespotcode(dot)net>
To: "Adrian Maier" <adrian(dot)maier(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: IDE
Date: 2007-10-01 15:53:39
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers


On Oct 1, 2007, at 10:27 , Adrian Maier wrote:

> On 10/1/07, Pedro Belmino <pedrobelmino(at)gmail(dot)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.

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


From: Dimitri Fontaine <dfontaine(at)hi-media(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: IDE
Date: 2007-10-01 16:20:21
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers

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


From: "Adrian Maier" <adrian(dot)maier(at)gmail(dot)com>
To: "Michael Glaesemann" <grzm(at)seespotcode(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: IDE
Date: 2007-10-01 18:12:29
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers

On 10/1/07, Michael Glaesemann <grzm(at)seespotcode(dot)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/
> > 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.
>
> 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


From: "Chuck McDevitt" <cmcdevitt(at)greenplum(dot)com>
To: "Pedro Belmino" <pedrobelmino(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: IDE
Date: 2007-10-01 18:18:56
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers

If you are talking about working on the code (internals), I find eclipse
works very well for working on PostgreSQL.

From: pgsql-hackers-owner(at)postgresql(dot)org
[mailto:pgsql-hackers-owner(at)postgresql(dot)org] On Behalf Of Pedro Belmino
Sent: Monday, October 01, 2007 6:42 AM
To: pgsql-hackers(at)postgresql(dot)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.