[pgadmin-support] Auto completion feature

2006-11-24 Thread Carlos Vieira
Hi, I'm using pgadmin3-1.6.0 and have some good improvements :) But i'm getting problems wiht the feature /"Add autocompletion to the Query Tool". /Well, when i'm creating a simple query like "select fieldx from tabley", i only have completion options till fieldx... the from and all of the rest o

[pgadmin-support] PgAgent [where is it?]

2006-11-24 Thread Ezequias Rodrigues da Rocha
Hi lists, I need to create some jobs on my database but I can't find out the pgagent (executable). Can someone help me in this challenger ? I am using : PostgreSQL 8.1.3 on i686-redhat-linux-gnu, compiled by GCC gcc (GCC) 3.4.4 20050721 (Red Hat 3.4.4-2) Regards ... -- =-=-=-=-=-=-=-=-=-=-=-=

[pgadmin-support] thrown error on creating new server

2006-11-24 Thread asp techie
dear sir, i installed postgresql-8.1.5-1 in my machine .but i cant create a new server.bu using File>Add server. i will thrown an error given below could not connect to server: Connection refused (0x274D/10061) Is the server running on host "192.168.0.172" and accepting TCP/IP connections o

Re: [pgadmin-support] Can not build pgadmin3-1.6.0

2006-11-24 Thread Bryan Wilkerson
Thanks for the tips. That got me past the ./configure of pgadmin3. Now I get an error during compile: ./pgAdmin3.cpp: In member function ‘virtual bool pgAdmin3::OnInit()’: ./pgAdmin3.cpp:365: error: ‘wxOGLInitialize’ was not declared in this scope Is there another flag I need to configure wxW

Re: [pgadmin-support] Can not build pgadmin3-1.6.0

2006-11-24 Thread Dave Page
Bryan Wilkerson wrote: Thanks for the tips. That got me past the ./configure of pgadmin3. Now I get an error during compile: ./pgAdmin3.cpp: In member function ‘virtual bool pgAdmin3::OnInit()’: ./pgAdmin3.cpp:365: error: ‘wxOGLInitialize’ was not declared in this scope Is there another fla

Re: [pgadmin-support] Can not build pgadmin3-1.6.0

2006-11-24 Thread Hiroshi Saito
Hi. From: "Bryan Wilkerson" <[EMAIL PROTECTED]> > ./pgAdmin3.cpp:365: error: ?wxOGLInitialize' was not declared in this scope I think you has probably forgotten to include a wxWidgets/contrib module.? Regards, Hiroshi Saito ---(end of broadcast)

Re: [pgadmin-support] Can not build pgadmin3-1.6.0

2006-11-24 Thread Bryan Wilkerson
Dave Page wrote: >TIP 4: Have you searched our list archives? > > http://archives.postgresql.org Yes and wxWidgets returned 801 hits. Trying to piece together the requirements is time consuming. An INSTALL text file with the definitive instructions could be useful? I - Or

Re: [pgadmin-support] Can not build pgadmin3-1.6.0

2006-11-24 Thread Bryan Wilkerson
Nevermind, I found it at the bottom of the source download page: http://www.pgadmin.org/download/source.php I knew I overlooked it somewhere. Thanks, -bryan - Original Message From: Bryan Wilkerson <[EMAIL PROTECTED]> To: Dave Page <[EMAIL PROTECTED]> Cc: Devrim GUNDUZ <[EMAIL PROT

Re: [pgadmin-support] Can not build pgadmin3-1.6.0

2006-11-24 Thread Bryan Wilkerson
Still no joy. I have followed all the instructions and now I get this error during compile (tail follows): ... /usr/include/libxml2/libxml/xmlwriter.h:386: error: function ‘int xmlTextWriterWriteFormatDTDAttlist(xmlTextWriter*, const xmlChar*, const char*, ...)’ is initialized like a variable

Re: [pgadmin-support] Can not build pgadmin3-1.6.0

2006-11-24 Thread Dave Page
Bryan Wilkerson wrote: Still no joy. I have followed all the instructions and now I get this error during compile (tail follows): ... /usr/include/libxml2/libxml/xmlwriter.h:386: error: function ‘int xmlTextWriterWriteFormatDTDAttlist(xmlTextWriter*, const xmlChar*, const char*, ...)’ is ini

Re: [pgadmin-support] Can not build pgadmin3-1.6.0

2006-11-24 Thread Bryan Wilkerson
Thanks for all your help Dave. Yes, it was. The issue appears to be that libxml2-2.6.23-15.2, that ships with SLED10, is not compatible. Version 2.6.24-0.pm.1 available at http://packman.links2linux.de/: does work with pgadmin3-1.6.0. I feel the hints at self service, but piecing this tog

Re: [pgadmin-support] Feature Request - sql result pane column auto-sizing

2006-11-24 Thread brsaweda
Hi developers! Hi Dave! Dave Page wrote: > Try double-clicking the headers. It should cycle through the default, > fit, and nearly hidden sizes. Maybe this is not what Mike has been thinking of, but I'd like to propose an improvement in this context: cycle all columns at once by double clicking t

Re: [pgadmin-support] Newbie questions, diff between functions and

2006-11-24 Thread novnov
OK, thanks...and I take it that there is nothing about the cube functions that are inherently needed? I've never touched template1, this is an out of the box postgres 8.1 windows install. Raymond O wrote: > > On 22 Nov 2006 at 17:21, novnov wrote: > >> Not sure this is a pgAdmin question eithe