[pgAdmin III] #273: Check the number of rows returned by a query - Mailing list pgadmin-hackers

From pgAdmin Trac
Subject [pgAdmin III] #273: Check the number of rows returned by a query
Date
Msg-id 055.f9b7191e4f0a7a5cbb564ebd9905a8dd@code.pgadmin.org
Whole thread Raw
Responses Re: [pgAdmin III] #273: Check the number of rows returned by a query  ("pgAdmin Trac" <trac@code.pgadmin.org>)
List pgadmin-hackers
#273: Check the number of rows returned by a query
----------------------------+-----------------------------------------------
 Reporter:  Rob Richardson  |       Owner:  dpage
     Type:  feature         |      Status:  new  
 Priority:  minor           |   Milestone:       
Component:  pgadmin         |     Version:  trunk
 Keywords:  editgrid        |    Platform:  all  
----------------------------+-----------------------------------------------
 In the edit grid, pgAdmin should check the estimated number of rows of the
 table. If it's more than a specific limit, it should ask if the user still
 wants to load that number of rows. The user should be able to cancel the
 query or to force the retrieving of the rows (for example if the estimated
 number of rows is wrong).

 We can probably do the same thing in the query tool by checking the number
 of rows that will be returned before loading them in the grid

--
Ticket URL: <http://code.pgadmin.org/trac/ticket/273>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III

pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: Ticket 269: Add support for 9.1 ALTER TYPE new syntax for enum
Next
From: Dave Page
Date:
Subject: Re: Ticket 269: Add support for 9.1 ALTER TYPE new syntax for enum