Re: [pgadmin-support] Git Makefile.am

2011-03-08 Thread Dave Page
[Please keep the list CC'd] On Tue, Mar 8, 2011 at 11:56 PM, Vladimir Kokovic wrote: > Sorry Dave, > > Line is 105: > > BUILT_SOURCES = $(patsubst %.png,%.pngc,$(wildcard > $(top_srcdir)/pgadmin/include/images/*.png) Hmm, vim is also highlighting that line as if it's an error, but the suggested

[pgadmin-support] pgAdmin Crashed After Pressing the Query Tool

2011-03-08 Thread Allan E. Registos
Hello list, I am new to this forum, I would like you to know that I am using pgAdmin tool for a while now managing my postgresql databases. pgAdmin is a great tool for me and it works. However, for unknown reason, the query tool will no longer work as it caused the pgAdmin application to clo

Re: [pgadmin-support] Git Makefile.am

2011-03-08 Thread Dave Page
On Tue, Mar 8, 2011 at 10:23 PM, Vladimir Kokovic wrote: > Hi, > > Git head Makefile.am line .76 should be: > > AM_CPPFLAGS = -DDATA_DIR=\"$(pkgdatadir)/\" > -I$(top_srcdir)/pgadmin/include $(__CPPFLAGS) $(__EDB_LIBPQ) That's exactly what it is on my copy. What do you see? -- Dave Page Blog: h

[pgadmin-support] Git Makefile.am

2011-03-08 Thread Vladimir Kokovic
Hi, Git head Makefile.am line .76 should be: AM_CPPFLAGS = -DDATA_DIR=\"$(pkgdatadir)/\" -I$(top_srcdir)/pgadmin/include $(__CPPFLAGS) $(__EDB_LIBPQ) Best regards, Vladimir Kokovic, DP senior, Belgrade, Serbia -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make ch

[pgadmin-support] Why not .../bin/amd64/pg_config?

2011-03-08 Thread Johann 'Myrkraverk' Oskarsson
Hi all, When I ./configure pgadmin3 1.12.2 I get the following error, checking for pg_config... /opt/myrkraverk/postgresql/9.0.3/bin/amd64/pg_config ./configure: line 5424: /opt/myrkraverk/postgresql/9.0.3/bin/amd64/bin/pg_config: not found It finds pg_config and then it doesn't because it

Re: [pgadmin-support] where are the query output tuples stored

2011-03-08 Thread Dave Page
On Tue, Mar 8, 2011 at 5:18 PM, Raymond O'Donnell wrote: > On 08/03/2011 11:43, Qiqi YU wrote: >> >> Hi Raymond, >> >> That could be one possible way. >> The thing is I need to extend the current pgAdmin tool, such as adding >> a new tuple to the output panel (the output panel would contain many >

Re: [pgadmin-support] where are the query output tuples stored

2011-03-08 Thread Qiqi YU
Sure. Thank you very much for your time. :-) 2011/3/8 Raymond O'Donnell : > On 08/03/2011 11:43, Qiqi YU wrote: >> >> Hi Raymond, >> >> That could be one possible way. >> The thing is I need to extend the current pgAdmin tool, such as adding >> a new tuple to the output panel (the output panel wou

Re: [pgadmin-support] where are the query output tuples stored

2011-03-08 Thread Raymond O'Donnell
On 08/03/2011 11:43, Qiqi YU wrote: Hi Raymond, That could be one possible way. The thing is I need to extend the current pgAdmin tool, such as adding a new tuple to the output panel (the output panel would contain many tuples of resultant data). So which function in pgAdmin does the job of crea

Re: [pgadmin-support] where are the query output tuples stored

2011-03-08 Thread Qiqi YU
Hi Raymond, That could be one possible way. The thing is I need to extend the current pgAdmin tool, such as adding a new tuple to the output panel (the output panel would contain many tuples of resultant data). So which function in pgAdmin does the job of creating the output table and filling in t

Re: [pgadmin-support] where are the query output tuples stored

2011-03-08 Thread Raymond O'Donnell
On 08/03/2011 02:47, Qiqi YU wrote: Hi Raymond, Thanks a lot for your reply. For my project, I need to get outputs of different queries and highlight their differences. Kevin Hi Kevin, Please do keep your replies on the list. psql has an -o option to send query output to a file, and you co