Re: [ADMIN] webclient for postgresql

2012-07-03 Thread Magnus Hagander
On Wed, Jul 4, 2012 at 7:21 AM, Raghavendra wrote: > You can use trail version of PEM, a product of EnterpriseDB. Am not a sales > guy :), just came out as you said the word "Like OEM for oracle". > Pretty sure that's not a web client, though, which is what he asked for? You might want to look

Re: [ADMIN] webclient for postgresql

2012-07-03 Thread raghu ram
On Wed, Jul 4, 2012 at 10:25 AM, Madhu.Lanka wrote: > >> Hi Friends >> >> ** ** >> >> Can u please suggest me any web client tool for administrating postgres >> database.(like OEM for oracle) >> >> ** ** >> >> ** >> > You can monitor PostgreSQL with Zabbix tool: http://blog.gtuhl.com/2009/

Re: [ADMIN] webclient for postgresql

2012-07-03 Thread Raghavendra
You can use trail version of PEM, a product of EnterpriseDB. Am not a sales guy :), just came out as you said the word "Like OEM for oracle". http://www.enterprisedb.com/products-services-training/products/postgres-enterprise-manager --- Regards, Raghavendra EnterpriseDB Corporation Blog: http:/

Re: [ADMIN] Duplicate Index Creation

2012-07-03 Thread Raghavendra
On Wed, Jul 4, 2012 at 7:09 AM, Samuel Stearns wrote: > Ok, that returns only the 1 row: > > ** ** > > SELECT idstat.indexrelid as indexrelid, > >idstat.schemaname AS schema_name, > >idstat.relname AS table_name, > >idstat.indexrelname AS index_name, >

[ADMIN] webclient for postgresql

2012-07-03 Thread Madhu.Lanka
Hi Friends Can u please suggest me any web client tool for administrating postgres database.(like OEM for oracle) Thanks in Advance. Regards Madhu.Lanka

Re: [ADMIN] Duplicate Index Creation

2012-07-03 Thread Samuel Stearns
Ok, that returns only the 1 row: SELECT idstat.indexrelid as indexrelid, idstat.schemaname AS schema_name, idstat.relname AS table_name, idstat.indexrelname AS index_name, idstat.idx_scan AS times_used, idstat.idx_scan AS times_used, pg_size_pretty(pg_rela

Re: [ADMIN] replication recovery/startup question

2012-07-03 Thread Greg Smith
On 06/25/2012 11:40 AM, Rob Cowell wrote: Why would the output from ‘ls’ show older filenames (013D...xx) as newer in date than the “013F...xx” filenames? Does Postgres re-cycle old log filenames ? It recycles old log files. If you turn on log_checkpoints, you can see how man

Re: [ADMIN] Duplicate Index Creation

2012-07-03 Thread Raghavendra
On Tue, Jul 3, 2012 at 12:48 PM, Samuel Stearns wrote: > Before and after analyze: > > ** ** > > select schemaname,relid,indexrelid,relname,indexrelname from > > pg_stat_all_indexes where relname='input_transaction_snbs'; > > ** ** > > schemaname | relid | indexrelid |reln

Re: [ADMIN] Duplicate Index Creation

2012-07-03 Thread Samuel Stearns
Before and after analyze: select schemaname,relid,indexrelid,relname,indexrelname from pg_stat_all_indexes where relname='input_transaction_snbs'; schemaname | relid | indexrelid |relname | indexrelname +---+++