[pgadmin-hackers] View Data hangs

2003-09-19 Thread Claus Helbing
Hello again, Another thing on this table: -- Table: public.log -- DROP TABLE public.log; CREATE TABLE public.log ( userid varchar(10) NOT NULL, log_time timestamptz NOT NULL, type varchar(10), message varchar(200), ip_addr varchar(15), CONSTRAINT log_pkey PRIMARY KEY (userid, l

Re: [pgadmin-hackers] Some remarks to pgadmin III

2003-08-15 Thread Claus Helbing
Andreas Pflug wrote: > Thanks, I appreciate the compliments. It proves that I implemented it > smoothly. You might notice a delay it when you're connected to the > server over a slow line. > > Look at the code if you don't believe that data is really loaded on > demand. Every time a row is touc

Re: [pgadmin-hackers] Some remarks to pgadmin III

2003-08-15 Thread Claus Helbing
Andreas Pflug wrote: >Data is NOT held in the grid, but on the server, and only retrieved when >requested, so sorting would require a re-query. Hmm ... you are the developper ... but since I can scroll up and down ... I guess the data is on the client somewhere? Also the button refresh and the s

Re: [pgadmin-hackers] Some remarks to pgadmin III

2003-08-15 Thread Claus Helbing
I just stumbled over some other things that seem more likely to be feature requests :-) View Data: Column sort order change by clicking on the column header works in pgadmin II but seems to be absent in pgadmin III. Ctrl-Shift-End does not work nore does Ctrl-Shift-Home All of the cursor base