[pgadmin-hackers] Patch for Index stat

2008-10-23 Thread Guillaume Lelarge
Hi all, Here is a patch to add index stats on the Statistics tab for individual indexes. Comments? -- Guillaume. http://www.postgresqlfr.org http://dalibo.com Index: pgadmin/schema/pgIndex.cpp === --- pgadmin/schema/pgIndex.cpp

Re: [pgadmin-hackers] [HACKERS] Hot Standby utility and administrator functions

2008-10-23 Thread Simon Riggs
Could I get some input on the control functions that might be needed for Hot Standby please? Think adminpack-for-HotStandby. Thanks. What operations in pgAdmin would fail if we connected using a (forced) read only transaction? Will they be disabled, or will they just throw errors? --

Re: [pgadmin-hackers] [HACKERS] Hot Standby utility and administrator functions

2008-10-23 Thread Simon Riggs
On Mon, 2008-10-20 at 10:25 +0100, Simon Riggs wrote: > What else do we need? > * pg_freeze_recovery() > * pg_unfreeze_recovery() Two more functions pg_freeze_recovery_cleanup() pg_unfreeze_recovery_cleanup() These would allow recovery to continue normally, except for row removal operations