Re: [pgadmin-support] no search box on query tool toolbar

2016-11-05 Thread Kozusznik Michal
To write sql query might be working idea MK 5. 11. 2016 v 19:47, Malik Rumi mailto:malik.a.r...@gmail.com>>: Hmmm, not exactly the answer I was hoping for. Well, if I want to search for a word or phrase in my data, (I primarily work with text, not numbers) is there a way to do it with pgadmin

Re: [pgadmin-support] backup improvements

2013-02-23 Thread Kozusznik Michal
Unfortunately it proves that way you have chosen doesn't match best practices for creating UI. Besides, it makes impossible to execute backup once again with the same or slightly changed backup settings (what I already prooved). Also I didn't ask form hide anything. I'm asking to leave it without

Re: [pgadmin-support] how to disable auto-completion

2012-11-29 Thread Kozusznik Michal
that's why i'm not asking for developing hotkeys settings support, but to add single checkbox is setings to disable this feature at all. It should be quick and easy. btw don't take me wrong or offensive but autocompletion in pgadmin is half-baked and I doubt will be ever finished. try demo of S

Re: [pgadmin-support] [feature request] split triggers into branches

2012-11-25 Thread Kozusznik Michal
a lot of bussines logic is implemented in db. splitting it into several triggers rather then using single one helps in code management. just fyi. with regards MK 25. 11. 2012 v 11:31, "Guillaume Lelarge" : > On Wed, 2012-10-24 at 13:48 +0200, Michal Kozusznik wrote: >> Hello >> Have you conside

Re: [pgadmin-support] pgadmin crash - editing function body

2012-09-12 Thread Kozusznik Michal
RMB: right mouse button to me Apply button is active just after opening function properties window. after applying its state is changed to inactive. then any attempt to edit function body cause a crash. tested on various functions and various letters to be pressed. MK 12. 9. 2012 v 22:52, "Gu

Re: [pgadmin-support] backup improvements

2012-07-30 Thread Kozusznik Michal
probably you have too less schemas in database. we have about 40 schemas. one of them contain 200 tables. when i try to backup schema from top of the list, and go to object tab of backup window, object tree is scrolled down to the bottom so I cannot see schema intended to be backuped MK 30. 7.

Re: [pgadmin-support] Query history

2012-07-25 Thread Kozusznik Michal
> By query history, you mean the 4th tab in the query tool? or the > combobox? I meant the combobox. > Well, this would be a lot of work, something not reasonable to do. The > probably hardest part of it would be to find individual queries; Good > luck with that. > > Right now, we send to the s

Re: [pgadmin-support] Error opening file without suffix

2012-07-23 Thread Kozusznik Michal
please check file dialog properties. I'm sure the dialog may return real file name not depended on one of predefined filters selected. MK 23. 7. 2012 v 22:52, "Guillaume Lelarge" : > On Mon, 2012-07-23 at 15:20 +0100, Martin French wrote: >> >>> I can't replicate this problem. It works for me

Re: [pgadmin-support] default parameters

2012-07-03 Thread Kozusznik Michal
I repored this bug already. try 1.14.2 MK 2. 7. 2012 v 13:09, "Andrey Vinogradov" mailto:octo...@gmail.com>>: Hi, There is a function with the default parameter: CREATE OR REPLACE FUNCTION test(p_int integer default 1) RETURNS void AS $BODY$declare begin --foo; end;$BODY$ LANGUAGE plpgsql