Thread: pgadmin debugger

pgadmin debugger

From
David Harel
Date:
Greetings,

I use Ubuntu 10.04. I have postgresql version 8.4.8 installed also I
have pgadmin version 1.10.2. I can't find debugger_plugin.so which is
needed to debug pgplsql using pgadmin:
http://www.postgresonline.com/journal/archives/214-Using-PgAdmin-PLPgSQL-Debugger.html

Any idea?
-- 
Thanks.

David Harel,

==================================

Home office +972 77 7657645
Cellular:   +972 54 4534502
eMail:      hareldvd@gmail.com
Snail Mail: Amuka           D.N Merom Hagalil           13802           Israel




Re: pgadmin debugger

From
Adrian Klaver
Date:
On Saturday, August 13, 2011 12:39:44 pm David Harel wrote:
> Greetings,
> 
> I use Ubuntu 10.04. I have postgresql version 8.4.8 installed also I
> have pgadmin version 1.10.2. I can't find debugger_plugin.so which is
> needed to debug pgplsql using pgadmin:
> http://www.postgresonline.com/journal/archives/214-Using-PgAdmin-PLPgSQL-De
> bugger.html
> 
> Any idea?

http://www.enterprisedb.com/docs/en/8.4/pgadmin/debugger.html
-- 
Adrian Klaver
adrian.klaver@gmail.com


Re: pgadmin debugger

From
David Harel
Date:
On Sat, 2011-08-13 at 12:56 -0700, Adrian Klaver wrote:
> On Saturday, August 13, 2011 12:39:44 pm David Harel wrote:
> > Greetings,
> > 
> > I use Ubuntu 10.04. I have postgresql version 8.4.8 installed also I
> > have pgadmin version 1.10.2. I can't find debugger_plugin.so which is
> > needed to debug pgplsql using pgadmin:
> > http://www.postgresonline.com/journal/archives/214-Using-PgAdmin-PLPgSQL-De
> > bugger.html
> > 
> > Any idea?
> 
> http://www.enterprisedb.com/docs/en/8.4/pgadmin/debugger.html

Trying to compile (no configure script found) the thing I get:
pldebugger # make
Makefile:42: ../../src/Makefile.global: No such file or directory
Makefile:43: /contrib/contrib-global.mk: No such file or directory
make: *** No rule to make target `/contrib/contrib-global.mk'.  Stop.


-- 
Thanks.

David Harel,

==================================

Home office +972 77 7657645
Cellular:   +972 54 4534502
eMail:      hareldvd@gmail.com
Snail Mail: Amuka           D.N Merom Hagalil           13802           Israel




Re: pgadmin debugger

From
Adrian Klaver
Date:
On Sunday, August 14, 2011 10:15:43 am David Harel wrote:
> On Sat, 2011-08-13 at 12:56 -0700, Adrian Klaver wrote:
> > On Saturday, August 13, 2011 12:39:44 pm David Harel wrote:
> > > Greetings,
> > > 
> > > I use Ubuntu 10.04. I have postgresql version 8.4.8 installed also I
> > > have pgadmin version 1.10.2. I can't find debugger_plugin.so which is
> > > needed to debug pgplsql using pgadmin:
> > > http://www.postgresonline.com/journal/archives/214-Using-PgAdmin-PLPgSQ
> > > L-De bugger.html
> > > 
> > > Any idea?
> > 
> > http://www.enterprisedb.com/docs/en/8.4/pgadmin/debugger.html
> 
> Trying to compile (no configure script found) the thing I get:
> pldebugger # make
> Makefile:42: ../../src/Makefile.global: No such file or directory
> Makefile:43: /contrib/contrib-global.mk: No such file or directory
> make: *** No rule to make target `/contrib/contrib-global.mk'.  Stop.

Looking at README.pldebugger  indicates you need the development code for 
Postgres. Is your Postgres installation from the Ubuntu packages or did you 
compile it yourself?

-- 
Adrian Klaver
adrian.klaver@gmail.com


Re: pgadmin debugger

From
David Harel
Date:
On Sun, 2011-08-14 at 11:07 -0700, Adrian Klaver wrote:
> On Sunday, August 14, 2011 10:15:43 am David Harel wrote:
> > On Sat, 2011-08-13 at 12:56 -0700, Adrian Klaver wrote:
> > > On Saturday, August 13, 2011 12:39:44 pm David Harel wrote:
> > > > Greetings,
> > > > 
> > > > I use Ubuntu 10.04. I have postgresql version 8.4.8 installed also I
> > > > have pgadmin version 1.10.2. I can't find debugger_plugin.so which is
> > > > needed to debug pgplsql using pgadmin:
> > > > http://www.postgresonline.com/journal/archives/214-Using-PgAdmin-PLPgSQ
> > > > L-De bugger.html
> > > > 
> > > > Any idea?
> > > 
> > > http://www.enterprisedb.com/docs/en/8.4/pgadmin/debugger.html
> > 
> > Trying to compile (no configure script found) the thing I get:
> > pldebugger # make
> > Makefile:42: ../../src/Makefile.global: No such file or directory
> > Makefile:43: /contrib/contrib-global.mk: No such file or directory
> > make: *** No rule to make target `/contrib/contrib-global.mk'.  Stop.
> 
> Looking at README.pldebugger  indicates you need the development code for 
> Postgres. Is your Postgres installation from the Ubuntu packages or did you 
> compile it yourself?
> 
I installed form Ubuntu package. I am currently trying to install
postgresql-server-dev-8.4.8-0ubuntu0.10.04 package.
Will that suffice?

-- 
Thanks.

David Harel,

==================================

Home office +972 77 7657645
Cellular:   +972 54 4534502
eMail:      hareldvd@gmail.com
Snail Mail: Amuka           D.N Merom Hagalil           13802           Israel




Re: pgadmin debugger

From
Adrian Klaver
Date:
On Sunday, August 14, 2011 11:33:13 am David Harel wrote:
> On Sun, 2011-08-14 at 11:07 -0700, Adrian Klaver wrote:
> > On Sunday, August 14, 2011 10:15:43 am David Harel wrote:
> > > On Sat, 2011-08-13 at 12:56 -0700, Adrian Klaver wrote:
> > > > On Saturday, August 13, 2011 12:39:44 pm David Harel wrote:
> > > > > Greetings,
> > > > > 
> > > > > I use Ubuntu 10.04. I have postgresql version 8.4.8 installed also
> > > > > I have pgadmin version 1.10.2. I can't find debugger_plugin.so
> > > > > which is needed to debug pgplsql using pgadmin:
> > > > > http://www.postgresonline.com/journal/archives/214-Using-PgAdmin-PL
> > > > > PgSQ L-De bugger.html
> > > > > 
> > > > > Any idea?
> > > > 
> > > > http://www.enterprisedb.com/docs/en/8.4/pgadmin/debugger.html
> > > 
> > > Trying to compile (no configure script found) the thing I get:
> > > pldebugger # make
> > > Makefile:42: ../../src/Makefile.global: No such file or directory
> > > Makefile:43: /contrib/contrib-global.mk: No such file or directory
> > > make: *** No rule to make target `/contrib/contrib-global.mk'.  Stop.
> > 
> > Looking at README.pldebugger  indicates you need the development code for
> > Postgres. Is your Postgres installation from the Ubuntu packages or did
> > you compile it yourself?
> 
> I installed form Ubuntu package. I am currently trying to install
> postgresql-server-dev-8.4.8-0ubuntu0.10.04 package.
> Will that suffice?

Probably would not hurt to install the contrib package also.  I generally 
install from source, so I am wandering into relatively unknown territory here:)

-- 
Adrian Klaver
adrian.klaver@gmail.com


Re: pgadmin debugger

From
David Harel
Date:
On Mon, 2011-08-15 at 06:49 -0700, Adrian Klaver wrote:
> On Sunday, August 14, 2011 11:33:13 am David Harel wrote:
> > On Sun, 2011-08-14 at 11:07 -0700, Adrian Klaver wrote:
> > > On Sunday, August 14, 2011 10:15:43 am David Harel wrote:
> > > > On Sat, 2011-08-13 at 12:56 -0700, Adrian Klaver wrote:
> > > > > On Saturday, August 13, 2011 12:39:44 pm David Harel wrote:
> > > > > > Greetings,
> > > > > > 
> > > > > > I use Ubuntu 10.04. I have postgresql version 8.4.8 installed also
> > > > > > I have pgadmin version 1.10.2. I can't find debugger_plugin.so
> > > > > > which is needed to debug pgplsql using pgadmin:
> > > > > > http://www.postgresonline.com/journal/archives/214-Using-PgAdmin-PL
> > > > > > PgSQ L-De bugger.html
> > > > > > 
> > > > > > Any idea?
> > > > > 
> > > > > http://www.enterprisedb.com/docs/en/8.4/pgadmin/debugger.html
> > > > 
> > > > Trying to compile (no configure script found) the thing I get:
> > > > pldebugger # make
> > > > Makefile:42: ../../src/Makefile.global: No such file or directory
> > > > Makefile:43: /contrib/contrib-global.mk: No such file or directory
> > > > make: *** No rule to make target `/contrib/contrib-global.mk'.  Stop.
> > > 
> > > Looking at README.pldebugger  indicates you need the development code for
> > > Postgres. Is your Postgres installation from the Ubuntu packages or did
> > > you compile it yourself?
> > 
> > I installed form Ubuntu package. I am currently trying to install
> > postgresql-server-dev-8.4.8-0ubuntu0.10.04 package.
> > Will that suffice?
> 
> Probably would not hurt to install the contrib package also.  I generally 
> install from source, so I am wandering into relatively unknown territory here:)
> 

Thanks,