[Web-cyradm] Patch against SVN latest

Lukasz Marciniak landm at ibi.pl
Fri Aug 4 12:33:37 CEST 2006


Użytkownik Muenz, Michael napisał:
>> It's me again
>>
>> The problem :
>> If you try to change the quota from a existing account you get a 
>> database error (at least with postgresql) from manageaccount.php and 
>> the quota will not be changed.
>>
>> The following patch works for me ...
> 
> Hi,
> 
> sounds good, but is there someone else using P-SQL who can confirm
> this bug? I only can test your patch against MySQL :(

I use Mysql but can confirm. It was my mistake.
I checked in PostgeSQL documentation and i found that in PostgreSQL ""
is use for quoting table and column names, so it's DBMS dependent.
In PEAR:DB is function quoteIdentifier() witch correct this problem but
if think we can use names without quoting.


Regards,
Lukasz


More information about the Web-cyradm mailing list