Hi,
I had the same problem. And I have a patch that solve it.
The pgagent need to be linked with wx core library too.
To apply the patch go into the pgadmin source folder and run
patch -p0 < acinclude.m4.diff
After that the bootstrap script need to be reexecuted
sh bootstrap
and the configure
[EMAIL PROTECTED] wrote:
> Hi,
>
> I had the same problem. And I have a patch that solve it.
> The pgagent need to be linked with wx core library too.
> To apply the patch go into the pgadmin source folder and run
>
> patch -p0 < acinclude.m4.diff
>
> After that the bootstrap script need to be r
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Dave
Can you apply these changes in 1.6.3 (tags) ?
Thanks in advance.
Regards,
Christophe.
Dave Page Wrote :
> Yes, but pgAgent will be linked with half the GUI libraries on your
> system :-(. To avoid that (which may or may not be important to
Christophe Chauvet wrote:
> Hi Dave
>
> Can you apply these changes in 1.6.3 (tags) ?
There's not going to be a 1.6.4, so there's no point.
Regards, Dave
---(end of broadcast)---
TIP 3: Have you checked our extensive FAQ?
http://ww
Taras Kopets wrote:
> Hi list,
>
> I know it is possible to open pgAdmin from command line, connect to db
> and open query tool.
> Is it possible after doing all the above to open file in query tool from
> command line?
> Is will be great, because it will be possible to open files in pgAdmin
> us