Thread: pgAdminII
Hi all, pgAdminII still claim available these versions: postgresql: 7.3.4 odbc: 7.3.100 Regards Gaetano Mendola
> -----Original Message----- > From: pgadmin-support-owner@postgresql.org > [mailto:pgadmin-support-owner@postgresql.org] On Behalf Of > Gaetano Mendola > Sent: 25 October 2004 09:42 > To: pgadmin-support@postgresql.org > Subject: [pgadmin-support] pgAdminII > > Hi all, > pgAdminII still claim available these versions: > > postgresql: 7.3.4 > odbc: 7.3.100 Hi, I've bumped the versions to 7.3.8 and 7.3.200 respectively. There's no point in noting 7.4.x as it's not supported by pgAdmin II anyway. Unfortunately, there is no way I can customise the listed software, or replace it with a message to say upgrade to pgadmin III - a problem that I will remember if we do another upgrade wizard! Regards, Dave.
Dave Page wrote: > > > >>-----Original Message----- >>From: pgadmin-support-owner@postgresql.org >>[mailto:pgadmin-support-owner@postgresql.org] On Behalf Of >>Gaetano Mendola >>Sent: 25 October 2004 09:42 >>To: pgadmin-support@postgresql.org >>Subject: [pgadmin-support] pgAdminII >> >>Hi all, >>pgAdminII still claim available these versions: >> >>postgresql: 7.3.4 >>odbc: 7.3.100 > > > Hi, > > I've bumped the versions to 7.3.8 and 7.3.200 respectively. There's no > point in noting 7.4.x as it's not supported by pgAdmin II anyway. > Unfortunately, there is no way I can customise the listed software, or > replace it with a message to say upgrade to pgadmin III - a problem that > I will remember if we do another upgrade wizard! Unfortunatelly pgAdminII is the only one that permit you to export a select to an excell document... and this is the main reason we are sticky to pgAdminII Regards Gaetano Mendola
Gaetano Mendola wrote: > > Unfortunatelly pgAdminII is the only one that permit you to export > a select to an excell document... and this is the main reason we are > sticky to pgAdminII You can execute a query to a file, csv formatted which is easily readable by excel. I don't see any need for further excel integration, it would be non-portable (and very M$ centric) Regards, Andreas
Andreas Pflug wrote: > Gaetano Mendola wrote: > >> >> Unfortunatelly pgAdminII is the only one that permit you to export >> a select to an excell document... and this is the main reason we are >> sticky to pgAdminII > > > You can execute a query to a file, csv formatted which is easily > readable by excel. I don't see any need for further excel integration, > it would be non-portable (and very M$ centric) Of course I can, even if the result is the same is less friendly as in pgAdminII. pgAdminIII is multiplatform and this doesn't means that can not use platform dipendent "plug-in". On windows export queries for Excell... On linux export queries on OpenOffice... Regards Gaetano Mendola
Hi, Am Mi, den 27.10.2004 schrieb Gaetano Mendola um 0:33: > Andreas Pflug wrote: > > Gaetano Mendola wrote: > > > >> > >> Unfortunatelly pgAdminII is the only one that permit you to export > >> a select to an excell document... and this is the main reason we are > >> sticky to pgAdminII > > > > > > You can execute a query to a file, csv formatted which is easily > > readable by excel. I don't see any need for further excel integration, > > it would be non-portable (and very M$ centric) > > Of course I can, even if the result is the same is less friendly as > in pgAdminII. pgAdminIII is multiplatform and this doesn't means that > can not use platform dipendent "plug-in". > On windows export queries for Excell... > On linux export queries on OpenOffice... There was some discussion on perhaps integrating python as plugin handler so you could in theory write whatever you want as export, import, whatever in the language on any platform. Since on windows you have access to all the odds of windows with python, you could natively support excel and whatnot here. I think volontairs are still welcome :) However, PgAdmin2 excel export has been very very slow with resonable amount of data due to the excel feeding. Export to a file and load into excel afterwards was much quicker anyway. And secondly, you can run OpenOffice on windows too. Regards Tino