[BUGS] BUG #2009: Unqouted dashes in manpages

2005-10-28 Thread Martin Pitt
The following bug has been logged online: Bug reference: 2009 Logged by: Martin Pitt Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0.4 Operating system: Linux Description:Unqouted dashes in manpages Details: The PostgreSQL manpages currently do not quote th

Re: [BUGS] BUG #2006: queryoptimizer and comparing a primary key

2005-10-28 Thread Richard Huxton
Atanas Hristov wrote: Bug reference: 2006 Logged by: Atanas Hristov Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1 Beta 3 Operating system: FreeBSD 5 Description:queryoptimizer and comparing a primary key of biginteger and a literal Details: foo=# CREATE

Re: [BUGS] BUG #2006: queryoptimizer and comparing a primary key of biginteger and a literal

2005-10-28 Thread Tom Lane
"Atanas Hristov" <[EMAIL PROTECTED]> writes: > foo=# EXPLAIN ANALYZE SELECT 'foo' FROM foo WHERE id = 0; -- WHY POSTGRES > DOES NOT IMPLICITLY DO CASTING OF THE LITERAL "0" ?? It works for me: regression=# EXPLAIN ANALYZE SELECT 'foo' FROM foo WHERE id = 0;

[BUGS] BUG #2008: IUSR (Internet Guest Account) - ADO Connection problems IUSR missing permissions.

2005-10-28 Thread Antonio Pedro Lopes
The following bug has been logged online: Bug reference: 2008 Logged by: Antonio Pedro Lopes Email address: [EMAIL PROTECTED] PostgreSQL version: PostgreSQL 8.0 Operating system: WindowsXP Professional Description:IUSR (Internet Guest Account) - ADO Connection problem

[BUGS] BUG #2006: queryoptimizer and comparing a primary key of biginteger and a literal

2005-10-28 Thread Atanas Hristov
The following bug has been logged online: Bug reference: 2006 Logged by: Atanas Hristov Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1 Beta 3 Operating system: FreeBSD 5 Description:queryoptimizer and comparing a primary key of biginteger and a literal Detai

[BUGS] BUG #2004: SQL_COLUMN_AUTO_INCREMENT & SQL_DESC_AUTO_UNIQUE_VALUE not working

2005-10-28 Thread Henning
The following bug has been logged online: Bug reference: 2004 Logged by: Henning Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0 Operating system: Windows XP Description:SQL_COLUMN_AUTO_INCREMENT & SQL_DESC_AUTO_UNIQUE_VALUE not working Details: Hello, I ca

Re: [BUGS] BUG #2000: psql does not prompt for password

2005-10-28 Thread Mike Grant
I get the same thing with 8.0.4, on Windows XP Professional. ~Mike Bruce Momjian wrote: > Todd wrote: > > > > The following bug has been logged online: > > > > Bug reference: 2000 > > Logged by: Todd > > Email address: [EMAIL PROTECTED] > > PostgreSQL version: 8.1 Beta 4 > > Op

[BUGS] BUG #2007: Problem with multiple JOIN and long IN and bitmap index

2005-10-28 Thread A Gattiker
The following bug has been logged online: Bug reference: 2007 Logged by: A Gattiker Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1beta4 Operating system: alphaev68-dec-osf5.1a Description:Problem with multiple JOIN and long IN and bitmap index Details: I h