Re: [pgadmin-hackers] patch to spanish translation

2009-08-14 Thread Diego Gil
current spanish translator. I will check that bugs and finish the remaining untranslated text very soon. I'll put more attention next time! :-) Regards, Diego Gil. -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription:

Re: [pgadmin-hackers] [pgadmin-support] Goodbye

2009-04-01 Thread Diego Gil
Dave Page escribió: Dear pgAdmin Community, You may be aware that the pgAdmin project has been in existence for nearly 11 years now. During this time, the development team have spent thousands of hours writing hundreds of thousands of lines of code and documentation, engineering complex features

Re: [pgadmin-hackers]

2009-02-04 Thread Diego Gil
On Tue 27/01/09 19:04 , Guillaume Lelarge guilla...@lelarge.info sent: > julio cesar a écrit : > > > i want to help to translate the web site pgadmin to > spanish. > > > > > > That would be great :) > > > > To translate pgAdmin's website, you only need to work on the following > file: >

Re: [pgadmin-hackers] Ready for beta yet?

2005-09-30 Thread Diego Gil
I will complete spanish translation for monday. Regards, Diego. El vie, 30-09-2005 a las 16:03 +0100, Dave Page escribió: > Are we ready to roll a beta yet? Any more patches or commits > outstanding? > > Regards, Dave > > ---(end of broadcast)---

Re: [pgadmin-hackers] pgAdmin Translations

2005-09-26 Thread Diego Gil
Dave: It is OK to use SVN versions, for pgadmin3.pot and hints ?. Regards, Diego. El dom, 25-09-2005 a las 20:36 +0100, Dave Page escribió: > Hello pgAdmin Translators, > > As you may be aware if you've been following this development cycle, we > are intending to produce a beta version of pgAd

Re: [pgadmin-hackers] wrong order of drop ... create ... sentences

2005-09-19 Thread Diego Gil
gards, Diego. El vie, 16-09-2005 a las 23:53 -0300, Diego Gil escribió: > Hi: > > I just realized that I am having the following trouble : > > If open properties of a table, to adding a column i.e., and that table > has some constraints, the SQL tab show code similar to : &

[pgadmin-hackers] wrong order of drop ... create ... sentences

2005-09-16 Thread Diego Gil
Hi: I just realized that I am having the following trouble : If open properties of a table, to adding a column i.e., and that table has some constraints, the SQL tab show code similar to : ALTER TABLE circulation.deliveries ADD CONSTRAINT deliveries_delivery_type_id_fk FOREIGN KEY (delivery_type

Re: [pgadmin-hackers] The character which cannot be translated.

2005-09-13 Thread Diego Gil
Andreas: I can help with some editing or testing, if you need it. I have more 25 years of vi experience !!. I mean it, if you can use some help from me, just tell. Regards, Diego. El mar, 13-09-2005 a las 00:33 +0200, Andreas Pflug escribió: > Diego Gil wrote: > > Hiroshi: > >

Re: [pgadmin-hackers] The character which cannot be translated.

2005-09-12 Thread Diego Gil
Andreas: Please take your time :-). I just intended to share my experiences with Hiroshi, not to disturb you. I will try what you mentioned. Regards, Diego. El mar, 13-09-2005 a las 00:33 +0200, Andreas Pflug escribió: > Diego Gil wrote: > > Hiroshi: > > > > I am havi

Re: [pgadmin-hackers] The character which cannot be translated.

2005-09-12 Thread Diego Gil
Hiroshi: I am having some troubles with translation too (to spanish). Most of "New Objects" captions like "New Table", "New Function", etc, seems to be not "internationalized". I already reported this to Andreas, without any feedback yet. Regards, Diego. El mar, 13-09-2005 a las 03:57 +0900, H

Re: [pgadmin-hackers] Cannot compile 4431

2005-09-07 Thread Diego Gil
Hi, revision 4430 fails too, same error. I am using Fedora Core 4 and wxWidgets 2.6.1. Yesterday I saw an error while creating a trigger function. I couln't create a trigger function because PgAdmin created an ordinary function even when I click on "New Trigger Function" option. PgAdmin allways

Re: [pgadmin-hackers] compilation errors: wrong actions SOLVED

2005-08-22 Thread Diego Gil
I will update postgresql then. Thanks, Diego. El lun, 22-08-2005 a las 09:31 +0200, Andreas Pflug escribió: > Diego Gil wrote: > > > > >I am gettting : > > > >2005-08-21 22:01:35 ERROR : Column not found in pgSetBase: rolinherit > > > > > You&#

Re: [pgadmin-hackers] compilation errors: wrong actions SOLVED

2005-08-21 Thread Diego Gil
Andreas: El dom, 21-08-2005 a las 12:26 +, Andreas Pflug escribió: > Diego Gil wrote: > > > > > . I can't add a new connection. When try, pgadmin3 crash or exit without > > any notice or error. > > Fixed now. OK. tested. > > > > > . I

Re: [pgadmin-hackers] compilation errors: wrong actions

2005-08-18 Thread Diego Gil
Andreas: I got previous version of pgServer.cpp and now pgadmin3 compiles ok. Refresh action is fixed but still there are these "bugs ?": . I can't add a new connection. When try, pgadmin3 crash or exit without any notice or error. . I can't change log or any other options. i.e: I set logging

Re: [pgadmin-hackers] compilation errors: wrong actions

2005-08-17 Thread Diego Gil
I can make some tests or trials on my Fedore Core 4 notebook. Just let me know what to do. Regards, Diego. El mié, 17-08-2005 a las 21:57 +, Andreas Pflug escribió: > Diego Gil wrote: > > After receiving Miha's email, I make a fresh svn checkout and get > > exactly same errors

Re: [pgadmin-hackers] compilation errors: wrong actions

2005-08-17 Thread Diego Gil
Radej escribió: > hi! > > i successfully configured and compiled pgadmin from a fresh svn checkout > today, without the errors diego had mentioned. i would, however, like to > confirm his report about the delete-instead-of-refresh bug. it's alive > and kicking :) > >

[pgadmin-hackers] compilation errors: wrong actions

2005-08-16 Thread Diego Gil
Hi, I noticed that refresh button and refresh menu item (F5) are connected to delete object action. Delete object button and menu item too, as should be. Trying to make a New Connection aborts pgadmin3 without any chance to cancel. Regards, Diego. ---(end of broadcast)

[pgadmin-hackers] compilation errors: dirty solution

2005-08-16 Thread Diego Gil
I could compile pgadmin3 after commenting out line 155 of src/frm/frmConfig.cpp: //menuFactories->RegisterMenu(this, wxCommandEventHandler(pgFrame::OnAction)); PgAdmin3 seems to be working ok after a quick test. What is supposed to do this line ?. What should I test ?. Diego. ---

[pgadmin-hackers] compilation error

2005-08-16 Thread Diego Gil
Hi, I am having some compilation errors with today's cvs checkout: . . . . . ../src/include/frmHelp.h:59: warning: 'class contentsFactory' has virtual functions but non-virtual destructor ../src/include/frmHelp.h:67: warning: 'class pgsqlHelpFactory' has virtual functions but non-virtual destruc

Re: [pgadmin-hackers] start errors

2005-06-07 Thread Diego Gil
I compiled a cvs checkout of postgresql (updated today) and now pgadmin3 works OK, as always!. Thanks, Diego. El mar, 07-06-2005 a las 20:00 +, Andreas Pflug escribió: > Diego Gil wrote: > > I am still getting some errors during startup. See attached file. > > > >

Re: [pgadmin-hackers] start errors

2005-06-07 Thread Diego Gil
Now I remember that compiled a cvs checkout in this machine, in february 19. That was 8.1devel. Diego. El mar, 07-06-2005 a las 20:00 +, Andreas Pflug escribió: > Diego Gil wrote: > > I am still getting some errors during startup. See attached file. > > > > How har

Re: [pgadmin-hackers] start errors

2005-06-07 Thread Diego Gil
Thanks for the info. I don't know why is detected as 8.1devel. I installed 8.0.1. I will upgrade my server to today's snapshot or cvs checkout. This will be OK, I guess. Regards, Diego. El mar, 07-06-2005 a las 20:00 +, Andreas Pflug escribió: > Diego Gil wrote: > > I am

[pgadmin-hackers] start errors

2005-06-07 Thread Diego Gil
I am still getting some errors during startup. See attached file. How harmful are these errors ?. Can I work anyway ?. Regards, Diego. 2005-06-07 16:41:17 ERROR : ERROR: no existe la columna «aggsortop» 2005-06-07 16:41:34 ERROR : ERROR: no existe la columna «proargmodes» 2005-06-07 16:4

Re: [pgadmin-hackers] sys column error

2005-06-07 Thread Diego Gil
about it. ?. Thanks, Diego. El mar, 07-06-2005 a las 15:57 +, Andreas Pflug escribió: > Diego Gil wrote: > > Hi, > > > > I made a new build, after an svn checkout, and I am getting an error > > with prevent me to open my databases: > > > > ERROR: no e

[pgadmin-hackers] sys column error

2005-06-07 Thread Diego Gil
Hi, I made a new build, after an svn checkout, and I am getting an error with prevent me to open my databases: ERROR: no existe la columna "sys" which means ERROR: column "sys" doesn't exists. Previous working version was dated JUN-01-2005. log file says : 2005-06-07 12:45:20 STATUS : Obte

Re: [pgadmin-hackers] graphical explain done

2005-03-03 Thread Diego Gil
I just made a new CVS checkout and compile it. Graphical EXPLAIN work great on Linux !. Nice work. Thanks. Diego. El jue, 03-03-2005 a las 11:48 +, Andreas Pflug escribiÃ: > Hi friends, > > I just finished the graphical EXPLAIN output for pgAdmin3, a new binary > win32 snapshot is uploade

Re: [pgadmin-hackers] pgadmin crash when trying to add data to an

2005-02-24 Thread Diego Gil
I upgraded today to wxWidgets 2.5.4 and made a new pgadmin3 cvs checkout. Compilation was OK and my troubles with empty tables are fixed !.. I am running Fedora Core 3 in a Toshiba A25-S207 notebook. Thanks, Diego. El sÃb, 19-02-2005 a las 19:24 -0300, Diego Gil escribiÃ: > I am having

[pgadmin-hackers] pgadmin crash when trying to add data to an empty table.

2005-02-19 Thread Diego Gil
I am having an issue when a table is empty and try to use data browser to add some rows. If table is empty, pgadmin3 crash without any message. I am running Fedora Core 3 in a Toshiba A25-S207 notebook. Any idea ? Diego.

[pgadmin-hackers] SSL error

2005-02-16 Thread Diego Gil
Hi, I made a new cvs checkout and, when compiling, get the following errors (shown last ones only ..) : /usr/local/pgsql/lib/libpq.a(fe-secure.o)(.text+0xae2): En la función `pqsecure_initialize': : undefined reference to `SSL_load_error_strings' /usr/local/pgsql/lib/libpq.a(fe-secure.o)(.tex

Re: [pgadmin-hackers] 1.2.0 Gold uploaded

2004-11-29 Thread Diego Gil
Dave: src downloaded, configured and compiled OK in my Fedora Core 3 notebook. Some trivial tests like connecting, retrieving and updating data passed OK. Diego. El lun, 29-11-2004 a las 21:23 +, Dave Page escribió: I've uploaded 1.2.0 gold to http://developer.pgadmin.org/ftp/release/

[pgadmin-hackers] compilation OK in Fedora Core 3

2004-11-15 Thread Diego Gil
Hi, I want to inform that CVS version of pgadmin3 compiled OK on Fedora Core 3 . Diego.