[BUGS] BUG #2745: upgrade.bat refers to msi file name for version 8.1 ms

2006-11-09 Thread
The following bug has been logged online: Bug reference: 2745 Logged by: Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2 beta Operating system: windows xp Description:upgrade.bat refers to msi file name for version 8.1 ms Details: The last line should be

[BUGS] JDBC driver bug PreparedStatement.setNull(int,Types.BOOLEAN)

2006-11-09 Thread David Green
the JDBC driver does not handle setNull for boolean types.   the switch statement in setNull should be expanded with a case that checks for Types.BOOLEAN  

[BUGS] BUG #2742: psql -c is not case sensitive

2006-11-09 Thread
The following bug has been logged online: Bug reference: 2742 Logged by: Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0rc5 Operating system: Linux Red Hat 8 Description:psql -c is not case sensitive Details: psql -c is not case sensitive... If a schema i

[BUGS] BUG #2750: information_schema broken with primary and foreign key on the same column

2006-11-09 Thread Stephen haberman
The following bug has been logged online: Bug reference: 2750 Logged by: Stephen haberman Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2 beta 3 Operating system: win32 Description:information_schema broken with primary and foreign key on the same column Deta

[BUGS] BUG #2741: Double-free on error in ECPGconnect

2006-11-09 Thread Peter Harris
The following bug has been logged online: Bug reference: 2741 Logged by: Peter Harris Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1 and earlier Operating system: Linux Description:Double-free on error in ECPGconnect Details: When using more than one datab

[BUGS] BUG #2744: pg_dump, ERROR: out of memory, Failed on request of size 270344621

2006-11-09 Thread aTz
The following bug has been logged online: Bug reference: 2744 Logged by: aTz Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.5 (Release) Operating system: FreeBSD 6.1-RELEASE Description:pg_dump, ERROR: out of memory, Failed on request of size 270344621 Detai

[BUGS] BUG #2749: Function's final statement must be a SELECT

2006-11-09 Thread Hagen
The following bug has been logged online: Bug reference: 2749 Logged by: Hagen Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2beta2 Operating system: OSX Description:Function's final statement must be a SELECT Details: create function test(text) returns tab

Re: [BUGS] BUG #2742: psql -c is not case sensitive

2006-11-09 Thread Tom Lane
"" <[EMAIL PROTECTED]> writes: > If a schema is created with the command > psql -d dbname -c "CREATE SCHEMA "SCHEMA_name" > and is executed at the command line, then a schema is created for dbname > with the name schema_name. I think you need to reflect on the properties of the shell's quotin

Re: [BUGS] BUG #2749: Function's final statement must be a SELECT

2006-11-09 Thread Tom Lane
"Hagen" <[EMAIL PROTECTED]> writes: > create function test(text) returns table as $sql$ > insert into table(value) values($1) returning *; > $sql$ language sql; > really should work now, No doubt, but it's not happening for 8.2. See thread here: http://archives.postgresql.org/pgsql-hackers/200