Bugs item #1980062, was opened at 2008-05-31 04:25
Message generated for change (Comment added) made by christian_boltz
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1980062&group_id=191583
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Database
Group: v 2.1
>Status: Closed
>Resolution: Fixed
Priority: 7
Private: No
Submitted By: Thomas Harold (tgharold)
Assigned to: Nobody/Anonymous (nobody)
Summary: Long entries in alias.goto field cause log.data field error
Initial Comment:
Once the length of the alias.goto field approaches 255, PostfixAdmin will start erroring out due to attempting to write information into the log.data field.
The fix for this is to make the data field in the log table a "text" (in PostgreSQL) field instead of character(255).
----------------------------------------------------------------------
>Comment By: Christian Boltz (christian_boltz)
Date: 2008-11-21 22:11
Message:
Fixed for MySQL in SVN r483.
----------------------------------------------------------------------
Comment By: GingerDog (gingerdog)
Date: 2008-11-20 07:36
Message:
it is already text in postgresql
----------------------------------------------------------------------
Comment By: Christian Boltz (christian_boltz)
Date: 2008-11-13 00:09
Message:
We should fix this for 2.3
@GingerDog: What's the PgSQL query needed to change the "data" field to
"text"?
@Thomas: Are you really still using 2.1? If so, I'd recommend to update to
2.3 when it's released. It contains lots of bugfixes, and hopefully also
one for this bug ;-)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1980062&group_id=191583
|