[BUGS] BUG #6207: fali to get lock on parent table after two consecutive updates to the same row in child table

2011-09-14 Thread Eduardo Piombino
The following bug has been logged online: Bug reference: 6207 Logged by: Eduardo Piombino Email address: drak...@gmail.com PostgreSQL version: 9.1.0 Operating system: Windows XP Description:fali to get lock on parent table after two consecutive updates to the same

[BUGS] BUG #6030: Query Tools bloqueado

2011-05-18 Thread Eduardo Velasquez M
The following bug has been logged online: Bug reference: 6030 Logged by: Eduardo Velasquez M Email address: lev...@hotmail.com PostgreSQL version: 9.0.3.1 Operating system: windows 7 Description:Query Tools bloqueado Details: Esta opcion se me bloqueo en PgAdmin

[BUGS] Query Tools

2011-05-17 Thread Eduardo Velasquez M
En Pgadmin III el Query Tools no esta funcionando. Se bloquea. Que hay que hacer para poder habilitarlo. Eduardo Velasquez M

[BUGS] BUG #5019: Nao funciona

2009-08-27 Thread Eduardo
The following bug has been logged online: Bug reference: 5019 Logged by: Eduardo Email address: edua...@vip10.com.br PostgreSQL version: 8.3 Operating system: Vista 64 bits Description:Nao funciona Details: Utilizava a versao do Vista 32 bits e o Post gres rodava

Re: [BUGS] BUG #3323: Wrong charset for the lower and upper functions

2007-05-31 Thread Eduardo Ferreira
). My guess is that the order is reversed for the ç only. I'll try to fix the windows console issue and tell you the results later. Thanks for your help. 2007/5/30, Euler Taveira de Oliveira [EMAIL PROTECTED]: Eduardo Santos wrote: When you have the latin character ç and use the lower

[BUGS] BUG #3323: Wrong charset for the lower and upper functions

2007-05-30 Thread Eduardo Santos
The following bug has been logged online: Bug reference: 3323 Logged by: Eduardo Santos Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.4 Operating system: Windows Description:Wrong charset for the lower and upper functions Details: When you have the latin

[BUGS] BUG #1972: index error with space character

2005-10-18 Thread Eduardo Soares
The following bug has been logged online: Bug reference: 1972 Logged by: Eduardo Soares Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0.3 Operating system: Linux Fedora 4 Description:index error with space character Details: In above example the AZTES Z

[BUGS] Move constant evaluation to inside IN subselect

2002-07-08 Thread Cesar Eduardo Barros
should convert _non-null constant_ IN (SELECT _non-aggregate_ FROM ... WHERE ...) into EXISTS (SELECT 1 FROM ... WHERE (...) AND _non-aggregate_ = _non-null constant_) -- Cesar Eduardo Barros ElNet Hightech -- Administrador de Sistemas Unix [EMAIL PROTECTED] ---(end

[BUGS] INSERT .. SELECT should redo SELECT if a duplicate key is found

2002-07-08 Thread Cesar Eduardo Barros
is that INSERT should also reevaluate the WHERE condition. -- Cesar Eduardo Barros ElNet Hightech -- Administrador de Sistemas Unix [EMAIL PROTECTED] ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send

Re: [BUGS] INSERT .. SELECT should redo SELECT if a duplicate key is found

2002-07-08 Thread Cesar Eduardo Barros
referenced from teste teste=# commit; COMMIT So, the problem is probably with the subselects. I wonder if UPDATE has the same problem. -- Cesar Eduardo Barros ElNet Hightech -- Administrador de Sistemas Unix [EMAIL PROTECTED] ---(end of broadcast