[BUGS] BUG #3223: Testbugreport for new wwwmaster

2007-04-13 Thread Stefan Kaltenbrunner
The following bug has been logged online: Bug reference: 3223 Logged by: Stefan Kaltenbrunner Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.8 Operating system: FreeBSD 6.2STABLE Description:Testbugreport for new wwwmaster Details: testing the bugreport fo

[BUGS] BUG #3225: BitmapOr plan node does not show currect row count

2007-04-13 Thread Jens-Wolfhard Schicke
The following bug has been logged online: Bug reference: 3225 Logged by: Jens-Wolfhard Schicke Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2 Operating system: Linux Description:BitmapOr plan node does not show currect row count Details: I an explain analy

[BUGS] BUG #3224: Dump: missing schema name for sequence in a "DEFAULT nextval" specification

2007-04-13 Thread Gabriele Bartolini
The following bug has been logged online: Bug reference: 3224 Logged by: Gabriele Bartolini Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.3 Operating system: GNU/Linux ( 2.6.9-42.0.2.ELsmp ) Description:Dump: missing schema name for sequence in a "DEFAULT n

Re: [BUGS] BUG #3225: BitmapOr plan node does not show currect row count

2007-04-13 Thread Heikki Linnakangas
Jens-Wolfhard Schicke wrote: I an explain analyze I saw recently, a BitmapOr node of 5 Bitmap Index Scan looked like this: BitmapOr (cost=43.57..43.57 rows=1833 width=0) (actual time=0.146..0.146 rows=0 loops=1) Yet, the last subnode was: Bitmap Index Scan on location_gs (cost=0.00..8.14 row

Re: [BUGS] BUG #3225: BitmapOr plan node does not show currect row count

2007-04-13 Thread Tom Lane
"Jens-Wolfhard Schicke" <[EMAIL PROTECTED]> writes: > I an explain analyze I saw recently, a BitmapOr node of 5 Bitmap Index Scan > looked like this: > BitmapOr (cost=43.57..43.57 rows=1833 width=0) (actual time=0.146..0.146 > rows=0 loops=1) BitmapOr and BitmapAnd don't attempt to count their re

Re: [BUGS] BUG #3224: Dump: missing schema name for sequence in a "DEFAULT nextval" specification

2007-04-13 Thread Tom Lane
"Gabriele Bartolini" <[EMAIL PROTECTED]> writes: > However, when I issue a pg_dump or pg_dumpall command, here is what I get: > SET search_path = dimensions, pg_catalog; > CREATE SEQUENCE hosts_2006_seq; > CREATE TABLE hosts_2006 ( > id_host integer DEFAULT nextval('hosts_2006_seq'::regclass)

Re: [BUGS] BUG #3225: BitmapOr plan node does not show currect row count

2007-04-13 Thread Russell Smith
Tom Lane wrote: "Jens-Wolfhard Schicke" <[EMAIL PROTECTED]> writes: I an explain analyze I saw recently, a BitmapOr node of 5 Bitmap Index Scan looked like this: BitmapOr (cost=43.57..43.57 rows=1833 width=0) (actual time=0.146..0.146 rows=0 loops=1) Can we do better than just sayi

[BUGS] pg_stat_activity feature or bug?

2007-04-13 Thread Euler Taveira de Oliveira
Hi, The user in pg_stat_activity does not change when use the 'set session authorization' command. So we couldn't track the real user. Is it a bug or a feature? regression=# select usesysid,usename,datname from pg_stat_activity; usesysid | usename | datname --+--+---