[BUGS] BUG #8172: entering the hostname in the address column in pg_hba.conf doesn't work as it should

2013-05-21 Thread tudorbarascu
The following bug has been logged on the website: Bug reference: 8172 Logged by: Barascu Tudor Email address: tudorbara...@yahoo.com PostgreSQL version: 9.2.4 Operating system: Centos 6.4 kernel 2.6.32-358.6.2.el6.x86_64 Description: In pg_hba.conf I have the followi

Re: [BUGS] BUG #7659: LDAP auth does not search the subtree

2013-05-21 Thread Andrzej Cedro
I use PostgeSQL 9.1 32-bit on Windows 7 Professional with Active Directory as LDAP. I have following configration in pg_hba.conf: host all all all ldapldapserver=192.168.155.157 ldapbinddn="CN=aa,OU=b,DC=,DC=" ldapbindpasswd=** ldapbasedn="DC=,DC=" l

[BUGS] Very slow inner join query unacceptable latency

2013-05-21 Thread fburgess
The SARS_ACTS table currently has 37,115,515 rowswe have indexed: idx_sars_acts_acts_run_id ON SARS_ACTS USING btree (sars_run_id)we have pk constraint on the SARS_ACTS_RUN table; sars_acts_run_pkey PRIMARY KEY (id )serverdb=# explain select count(*) as y0_ from SARS_ACTS this_ inner join SARS_ACTS

Re: [BUGS] Very slow inner join query unacceptable latency

2013-05-21 Thread Jaime Casanova
On Tue, May 21, 2013 at 3:54 PM, wrote: > The SARS_ACTS table currently has 37,115,515 rows > > we have indexed: idx_sars_acts_acts_run_id ON SARS_ACTS USING btree > (sars_run_id) > we have pk constraint on the SARS_ACTS_RUN table; sars_acts_run_pkey PRIMARY > KEY (id ) > > serverdb=# explain sel

Re: [BUGS] Very slow inner join query unacceptable latency

2013-05-21 Thread fburgess
Thanks Jaime for your feedback, I did add an index on SARS_ACTS_RUN.ALGORITHM column but it didn't improve the run time. The planner just changed the "Filter:" to an "Index Scan:" improving the cost of the Seq Scan on the sars_acts_run table, but the overall run time remained the same. It seems lik

[BUGS] BUG #8174: Ownership reassigned public schema restored with postgres as owner

2013-05-21 Thread polobo
The following bug has been logged on the website: Bug reference: 8174 Logged by: David Johnston Email address: pol...@yahoo.com PostgreSQL version: 9.0.13 Operating system: Ubuntu Linux 10.04 Description: Having performed a "pg_dump --schema_only --format=c" of a data