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
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
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
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
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
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
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
"" <[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
"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