[pgadmin-hackers] pgadmin3: present and future

2003-03-31 Thread Andreas Pflug
***Functionality right now: All Objects should show correct properties and statistics. Most CREATE SQL is implemented, query tool seems to work smoothly including query cancelling (tested with 91k sized query). - F5 refresh - Ctrl-S save, Ctrl-O open and all SciTe keys - Alt-E Execute, Alt-X Ex

Re: [pgadmin-hackers] pgadmin3 query tools

2003-03-31 Thread Andreas Pflug
Hi Dave and Keith, my sources are as of 2003-03-25 12:40. There are several comments about fixed memory leaks (mostly pgSet instances). All objects are supported now, and schema is prefixed instead of owner (pretty easy, just fix in GetQuotedFullIdentifier). Putting the query builder in a seco

Re: [pgadmin-hackers] pgadmin3 query tools

2003-03-31 Thread Andreas Pflug
efesar wrote: My bad. I was looking at PGA2 and I realized my mistake. Views are not structured ... Which I realize now is also true of PGA3. Are they stored that way in the database? Is there anyway we can structure them? The reason I ask is because I have some monster views and it's almost impos

Re: [pgadmin-hackers] pgadmin3 query tools

2003-03-31 Thread efesar
> > 1. I just got time to try this build. There is a new bug > > where if it can't connect to the server it goes into an > > infinite loop (ok, ok, ok, ok, etc. -- for instance, if the > > server is not running). Starting the server does not help, > > you have to kill the PGA3 process. Then restar

Re: [pgadmin-hackers] pgadmin3 query tools

2003-03-31 Thread efesar
Dave, > 'scuse me!! What's wrong with pga2's output? It's multiline - I take > great care to format it nicely in fact... My bad. I was looking at PGA2 and I realized my mistake. Views are not structured ... Which I realize now is also true of PGA3. Are they stored that way in the database? Is the

Re: [pgadmin-hackers] pgadmin3 query tools

2003-03-31 Thread Dave Page
Hi Keith > -Original Message- > From: efesar [mailto:[EMAIL PROTECTED] > Sent: 31 March 2003 19:37 > To: [EMAIL PROTECTED] > Subject: Re: [pgadmin-hackers] pgadmin3 query tools > > > > > Sadly, I'm suffering from a complete lack of desire concerning a > > > query builder... ;-) > > >

Re: [pgadmin-hackers] WinCVS question

2003-03-31 Thread Dave Page
> -Original Message- > From: frank_lupo [mailto:[EMAIL PROTECTED] > Sent: 31 March 2003 08:06 > To: pgadmin-hackers > Subject: [pgadmin-hackers] WinCVS question > > > Is possible set in WinCVS the proxy to connect internet? Yes, under Admin -> Preferences -> Proxy. Regards, Dave. -

Re: [pgadmin-hackers] add rule on view

2003-03-31 Thread Dave Page
> -Original Message- > From: frank_lupo [mailto:[EMAIL PROTECTED] > Sent: 31 March 2003 08:01 > To: pgadmin-hackers > Subject: [pgadmin-hackers] add rule on view > > > Is possible to add a rule to view in the schema ? > > Is one good idea? This was a ToDo item, but seems to have got

Re: [pgadmin-hackers] Maximum PQsendQuery size?

2003-03-31 Thread Dave Page
Hi Andreas, Have you reported this to the pg hackers? Regards, Dave. > -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 31 March 2003 17:57 > To: [EMAIL PROTECTED] > Subject: Re: [pgadmin-hackers] Maximum PQsendQuery size? > > > Andreas Pflug wrote: > > > I'

[pgadmin-hackers] Andreas' code

2003-03-31 Thread Dave Page
Hi All, I've copied Andreas' code over my tree and committed it to CVS. As far as I can tell, he's been working from a very recent CVS snapshot which does include Keith's work. I have made a couple of minor changes for now: 1) I have copied Andreas' OnSql() code, and used it to fix the OnQueryBu

Re: [pgadmin-hackers] pgadmin3 query tools

2003-03-31 Thread efesar
> > Sadly, I'm suffering from a complete lack of desire > > concerning a query > > builder... ;-) > > No problem, I just don't want 2 seperate query tools. > > Keith, what are your thoughts? Dave, I have a lot so I'm going to number these. 1. I just got time to try this build. There is a new bu

Re: [pgadmin-hackers] Maximum PQsendQuery size?

2003-03-31 Thread Andreas Pflug
Andreas Pflug wrote: I'm having trouble with PQsendQuery if sending medium sized queries. Everything's fine with queries up to 8190 bytes (0x1fffe), but one byte more will not work. In this case, PQsendQuery and PQconsumeInput will return ok, but PQisBusy stays busy. How can I get around this?

[pgadmin-hackers] add rule on view

2003-03-31 Thread frank_lupo
Is possible to add a rule to view in the schema ? Is one good idea? Bye !! Frank Lupo (Wolf) !! /\_ _/\ \ o o / --ooo-ooo--- -- Prendi GRATIS l'email universale che... risparmia: http://www.email.it/f Sponsor: Vuoi una casella potente, professionale e sicura? Prova Email.i

Re: [pgadmin-hackers] pgadmin3 query tools

2003-03-31 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 30 March 2003 23:14 > To: [EMAIL PROTECTED]; Dave Page > Subject: pgadmin3 query tools > > > Dave Page wrote: > > >Wow, looks great. Nice work. > > > >My only thought is that we now have 2 query tools, though

[pgadmin-hackers] Maximum PQsendQuery size?

2003-03-31 Thread Andreas Pflug
I'm having trouble with PQsendQuery if sending medium sized queries. Everything's fine with queries up to 8190 bytes (0x1fffe), but one byte more will not work. In this case, PQsendQuery and PQconsumeInput will return ok, but PQisBusy stays busy. How can I get around this? Regards, Andreas ---

[pgadmin-hackers] WinCVS question

2003-03-31 Thread frank_lupo
Is possible set in WinCVS the proxy to connect internet? Bye !! Frank Lupo (Wolf) !! /\_ _/\ \ o o / --ooo-ooo--- -- Prendi GRATIS l'email universale che... risparmia: http://www.email.it/f Sponsor: Vuoi acquistare con sconti esclusivi? Con EmailConto Risparmio puoi sconta

[pgadmin-hackers] pgAdmin 3 source

2003-03-31 Thread Dave Page
Hi Andreas, The source looks great at first glance, however pgTrigger.cpp wants to include pg_trigger.h, which is missing. It seems to include some definitions that the file needs. Do you have a copy or an updated pgTrigger.h I can get a copy of please? Cheers, Dave. ---