Re: [pgadmin-hackers] Create option to hide WITH OIDS=FALSE, if OID is disabled

2014-11-09 Thread Robins Tharakan
On 9 November 2014 23:50, David G Johnston wrote: > Guillaume Lelarge-3 wrote > > 2014-11-09 8:52 GMT+01:00 Robins Tharakan < > > > tharakan@ > > > >: > > > >> Hi, > >> > >> This is a ping to check if adding this minor feature

[pgadmin-hackers] Create option to hide WITH OIDS=FALSE, if OID is disabled

2014-11-08 Thread Robins Tharakan
his isn't a great idea. -- ​​ Robins Tharakan

[pgadmin-hackers] [Patch] Multiline paste bug in EditGrid

2011-09-07 Thread Robins
es come in another way / presented differently etc.. --- *Robins Tharakan* * * Issue: When we paste the following onto the first cell of the last row (the empty row) in EditGrid, the last column is incorrectly evaluated. The value accepted goes beyond the '\n' and is an odd mix of values wi

Re: [pgadmin-hackers] CSV import / export

2008-11-27 Thread Robins Tharakan
their spare time'. Not an issue at all. I just thought that I may have some spare time and thought of this as something to work upon. Guess I'll go back to the ToDo and pick something else to work on. If I can do it, that is. Regards, Robins Tharakan -- Forwarded message

[pgadmin-hackers] CSV import / export

2008-11-26 Thread Robins Tharakan
ing import, if an error occurs, A dialogue box is thrown that provides for three options. Either mute successive errors if any, keep showing them, or altogether stop the import. That's all that I could muster with. Any feedback on the above would be appreciated. Thanks *Robins Tharakan *

[pgadmin-hackers] Function management in PG

2008-09-29 Thread Robins Tharakan
of work, and although not impossible, I wondered whether this has already been done. How do you manage large list of functions (where a hard segregation isn't hard and therefore one can't separate functions based on schemas) ?Any pointers to a Free or Commercial tool would be of immense help. Thanks, Robins Tharakan

[pgadmin-hackers] Two usability suggestions

2008-08-28 Thread Robins Tharakan
am unsure as to whether I would be able to take out time to work on this myself, but I thought I should get some feedback from the community beforehand. Thanks, and feedbacks eagerly awaited. *Robins Tharakan* p.s.: Although I occasionally do some PgAdmin development in Ubuntu, my production work m

[pgadmin-hackers] frmOptions unable to Save / Fetch FTS preferences

2008-08-26 Thread Robins Tharakan
Hi, I took a recent SVN update and saw that I couldn't hide FTS items from the display, just because the frmOptions couldn't Save / Fetch the corresponding settings. Attached is a simple patch that allows us to do that. Regards, *Robins Tharakan* Index: pgadmin/utils/sysSe

Re: [pgadmin-hackers] Crash at right mouse click in data grid

2008-05-30 Thread Robins Tharakan
o much about it. http://www.pgadmin.org/archives/pgadmin-hackers/2008-02/msg00099.php http://archives.postgresql.org/pgadmin-hackers/2008-04/msg00069.php In particular, the bug report in the April conversation, said that the crash is due to IsRunning() check that Erwin is pointing to. Regards, *

[pgadmin-hackers] frmEditGrid Crash testcase

2008-04-27 Thread Robins Tharakan
ble cause / solution to this issue ? I am using v7237 (1.9 branch). Regards, *Robins Tharakan* DEBUG report on one of my attempts to resolve such crashes. ASSERT INFO: ../include/wx/thrimpl.cpp(42): assert "m_internal" faile

[pgadmin-hackers] Warning on Backup / Restore FileMenu open

2008-04-23 Thread Robins Tharakan
Debug report is given below. Attached is a patch that passes just the FileName to wxFileDialog in both the forms. Regards, *Robins Tharakan* Debug report: ASSERT INFO: ../src/common/filename.cpp(476): assert "volDummy.empty() && pathDummy.empty()" failed in Assign(): the f

[pgadmin-hackers] Setting Display Option causes a warning

2008-04-23 Thread Robins Tharakan
Hi, When trying to save the Options after disabling / enabling the check box related to 'Public synonyms' in the Display tab (in frmOptions), causes a warning. Attached is a patch to resolve the issue. *Robins Tharakan* Index: pgadmin/utils/sysSe

Re: [pgadmin-hackers] Display line numbers in SQL view

2008-03-14 Thread Robins Tharakan
SQL Query window. The defaults ensure that the we maintain status quo (i.e. Line numbers are enabled for Functions/Triggers but disabled for Query window). Regards, *Robins Tharakan* -- Forwarded message -- From: Dave Page <[EMAIL PROTECTED]> Date: Tue, Mar 4, 2008 at 3

[pgadmin-hackers] Translating Keywords

2008-03-14 Thread Robins Tharakan
by the end of the exercise. for e.g. VACUUM / SELECT ). How do you decide this in other languages ? Or is it all on the translator's preference ? *Robins Tharakan*

[pgadmin-hackers] Column Names while copying from EditGrid

2008-03-13 Thread Robins Tharakan
. any subset of the data-set when a complete row / column is not selected, would have only data and not the respective column names. p.s.: I hope my fixation for EditGrid isn't becoming a problem :) Regards, *Robins Tharakan* Index: pgadmin/ctl/ctlSQLGri

Re: [pgadmin-hackers] Hindi Translation patch

2008-03-05 Thread Robins Tharakan
Hi, Here are a few more translations for the hindi language. *Robins* On Fri, Feb 29, 2008 at 4:45 AM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: > Hi Robins, > > Robins Tharakan a écrit : > > (I am mailing this to you since the documentation says that you'r

[pgadmin-hackers] pgSet MoveNext bug ?

2008-03-03 Thread Robins Tharakan
pos++; } It should rather be void MoveNext() { if (pos < nRows) pos++; } The attached patch does the same. Regards, *Robins Tharakan* Index: pgadmin/include/db/pgSet.h === --- pgadmin/include/db/pgSet.h (revision 7108) +++ pga

[pgadmin-hackers] Display line numbers in SQL view

2008-03-03 Thread Robins Tharakan
This patch adds line numbers to the SQL view as well. (This patch just enables the line-numbers in the margin, in case its desirable to have a checkbox that allows the user to enable/disable this, we could have a menu option for that in the View menu. Should we ?) Regards. *Robins Tharakan*

[pgadmin-hackers] Query Builder in pgAdmin for GSoC 2008

2008-03-03 Thread Robins Tharakan
FOSDEM earlier. Since I am still into reading, I thought this probably is the right time to ask. Is anyone working on a Query Builder for pgAdmin yet ? Regards, *Robins Tharakan* p.s. : Mistakenly I posted this to pgsql-hackers earlier. Posting it again to pgadmin-hackers here.

[pgadmin-hackers] Hindi in languages.po

2008-02-28 Thread Robins Tharakan
Hi, Attached is a patch to display 'hindi' in hindi, in the languages.po file. *Robins Tharakan * Index: languages.po === --- languages.po (revision 7105) +++ languages.po (working copy) @@ -407,7 +407,7 @@ #: s

Re: [pgadmin-hackers] Hindi Translation patch

2008-02-28 Thread Robins Tharakan
Since the current hindi file is almost as good as nothing and since I'm doing only a few (20-30) translations per day, would it be fine if I send in partly done po/mo files from time to time ?Completing the whole set and then sending it in seems like very very far away ! Regards, *

[pgadmin-hackers] Reconfirmation on first error when deleting multiple records

2008-02-27 Thread Robins Tharakan
pops up. Attached is a patch to do the same. Note, that the 'reconfirmation' is done only on the first error. So this takes care of another possible case when the users 'knows' that some random 20 out of his 500 deletes would fail ! Regards, *Robins Tharakan* Index: pg

Re: [pgadmin-hackers] Obsolete "FORCE" option for REINDEX

2008-02-27 Thread Robins Tharakan
Hi, Attached is a patch to remove the FORCE option from the Maintenance dialogue box. *Robins * > > Hi, > > > > I'm just about to leave for FOSDEM so cannot check right now, but my > > guess is that you're running a release build, in which for changes to > &

Re: [pgadmin-hackers] Obsolete "FORCE" option for REINDEX

2008-02-21 Thread Robins Tharakan
Heaven :) I think you put to words, what I was trying to guess to be the reason. I'll get back. Thanks Robins On Fri, Feb 22, 2008 at 1:02 PM, Dave Page <[EMAIL PROTECTED]> wrote: > On Fri, Feb 22, 2008 at 2:56 AM, Robins Tharakan <[EMAIL PROTECTED]> > wrote: > > H

Re: [pgadmin-hackers] Obsolete "FORCE" option for REINDEX

2008-02-21 Thread Robins Tharakan
;t go !! Is there any other file (apart from frmMaintenance.xrc) where its position could be set ? I cant understand how does a clean checkout (with this patch applied) still get a force checkbox, after compilation ? Any obvious dinosaurs that I am missing here ? *Robins* -- Forwarded me

Re: [pgadmin-hackers] Obsolete "FORCE" option for REINDEX

2008-02-21 Thread Robins Tharakan
* * > > > Thats a candidate for removal in the next release (anyone wanna pickup > that little task?), but 1.8.x is advertised as supporting 7.3... > I'll give it a try. *Robins*

[pgadmin-hackers] Sorted Function List in New Trigger form

2008-02-13 Thread Robins Tharakan
Hi, While working at office today I realised that it was quite annoying to get and unsorted function list in the 'New Trigger' form. (While I do other stuff, I thought I should take care of these trivials before it gets out of my mind.) Attached is a small patch to sort that list

[pgadmin-hackers] ComboBox for FK columns in EditGrid

2008-02-13 Thread Robins Tharakan
as to which control to use ? Should I use wxVListBox (in case the list is large) or simply use wxListView and warn for large lists ? Or any other ? *Robins*

Re: [pgadmin-hackers] Fwd: Filter by Selection on Grid

2008-02-10 Thread Robins Tharakan
> > I fixed that when I committed your first patch - or did you find > something else wrong? > Oops :) No I didn't find anything else wrong. Robins

Re: [pgadmin-hackers] Fwd: Filter by Selection on Grid

2008-02-10 Thread Robins Tharakan
As promised, here are two other patches, one each for the following: 1. IS DISTINCT FROM to replace '<>' in the WHERE conditions 2. Documentation addition in the html about the recent Selection/Sort changes. Still working on the crash regarding thread->Is

Re: [pgadmin-hackers] Fwd: Filter by Selection on Grid

2008-02-09 Thread Robins Tharakan
t a thread->IsRunning() in frmEdit.cpp (line: ~414) doesn't cause a crash. *Robins Tharakan* -- Forwarded message -- From: Dave Page <[EMAIL PROTECTED]> Date: Feb 7, 2008 4:50 PM Subject: Re: [pgadmin-hackers] Fwd: Filter by Selection on Grid To: Robins Tharakan <

Re: [pgadmin-hackers] Dependencies during a fresh pgadmin compile

2008-02-09 Thread Robins Tharakan
. > And although I think, giving distro-specific scripts in general are not a very good idea, a clearer error message would have be heaven. I'll surely submit a patch, if I can come up with something. *Robins*

[pgadmin-hackers] Dependencies during a fresh pgadmin compile

2008-02-09 Thread Robins Tharakan
8-dbg were missing. *Robins*

Re: [pgadmin-hackers] Fwd: Filter by Selection on Grid

2008-02-06 Thread Robins Tharakan
y resolve this would need a inverted tree structure for the where clause which I think is a bit of an overkill for now ? Any hints for a better way to work around these ? *Robins* -- Forwarded message -- From: Dave Page <[EMAIL PROTECTED]> Date: Feb 6, 2008 5:11 PM Sub

Re: [pgadmin-hackers] Fwd: Filter by Selection on Grid

2008-02-06 Thread Robins Tharakan
7;Filter by selection' where the user would want only value = 10. There a WHERE value = 10 would remove rows with NULL values as well. **> But... an excellent first patch! I hope you'll stick around and come > up with a few more similarly useful features :-) Sure ! :) *Robins*

[pgadmin-hackers] How do you manage versions of your own code ?

2008-02-05 Thread Robins Tharakan
he PgAdmin version) Thanks *Robins Tharakan*

Re: [pgadmin-hackers] Fwd: Filter by Selection on Grid

2008-02-05 Thread Robins Tharakan
ptions. I didn't see any error messages, but that could be probably because I corrected the code before I ran it in debug mode. Probably this'll help sometime in the future. Anything else that needs more work ? *Robins* Index

Re: [pgadmin-hackers] Fwd: Filter by Selection on Grid

2008-02-05 Thread Robins Tharakan
in a debug enabled build as you should then see > > asserts for things like enabling non-existant menu options. > > I didn't see any error messages, but that could be probably because I > corrected the code before I ran it in debug mode. > Probably this'll help sometime in the future. > > Anything else that needs more work ? > > *Robins* >

Re: [pgadmin-hackers] Fwd: Filter by Selection on Grid

2008-02-05 Thread Robins Tharakan
l menu is a separator. I wonder why ? > Thats more of a mistake of sorts... Actually I am half way into adding the Copy/Paste on the right-click. Just that I thought I should finalize on a few UI decisions before I send that patch in. But in all this, somehow the separator got pushed in before time :-) *Robins*

Re: [pgadmin-hackers] Fwd: Filter by Selection on Grid

2008-02-05 Thread Robins Tharakan
d > that patch in. > > But in all this, somehow the separator got pushed in before time :-) > > *Robins* >

Re: [pgadmin-hackers] Fwd: Filter by Selection on Grid

2008-02-04 Thread Robins Tharakan
the sort options) refresh the grid immediately. Hope I didn't miss anything! Regards, *Robins Tharakan* -- Forwarded message -- From: Dave Page <[EMAIL PROTECTED]> Date: Feb 4, 2008 5:55 PM Subject: Re: [pgadmin-hackers] Fwd: Filter by Selection on Grid To: [EMAIL PROT

Re: [pgadmin-hackers] Fwd: Filter by Selection on Grid

2008-02-04 Thread Robins Tharakan
the sort options) refresh the grid immediately. Hope I didn't miss anything! Regards, *Robins Tharakan* -- Forwarded message -- From: Dave Page <[EMAIL PROTECTED]> Date: Feb 4, 2008 5:55 PM Subject: Re: [pgadmin-hackers] Fwd: Filter by Selection on Grid

[pgadmin-hackers] Fwd: Filter by Selection on Grid

2008-01-31 Thread Robins Tharakan
and large fine, and in case you are ok with more additions, I'll try adding more features in the right click menu (Filter by Custom String / Sort options etc..) similar to what we have in the Access UI. Regards, *Robins Tharakan* -- Forwarded message -- From: Robins Tharakan <

Re: [pgadmin-hackers] Google Summer of Code

2007-04-22 Thread Robins
ly ... you know 'managing two schemas' issue. Or did I too get it wrong ? Robins On 4/22/07, Andy Burns <[EMAIL PROTECTED]> wrote: On 22/04/2007 08:46, Giuseppe Sacco wrote: > I just wonder why you should draft a new XML DTD. I never used XML for > such data, but probably some s

[pgadmin-hackers] Two bugs

2007-04-04 Thread Robins
o this, its a win environment and i didnt compile this version. If there is anything else I could provide, please do tell. -- Robins