[Tickets #12961] Re: Import huge pgp public key fiile
noreply at bugs.horde.org
noreply at bugs.horde.org
Mon Feb 10 06:39:12 UTC 2014
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/12961
------------------------------------------------------------------------------
Ticket | 12961
Updated By | Michael Slusarz <slusarz at horde.org>
Summary | Import huge pgp public key fiile
Queue | IMP
Version | 6.1.6
Type | Bug
-State | Unconfirmed
+State | Feedback
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2014-02-09 23:39) wrote:
> An obvious reason for at least Variant2 is the limited size (type
> 'text', 64k) of object_pgppublickey.
Nope - we aren't limiting to 64k. By default, we use the 'text' SQL
type. That's unlimited on, for example, postgresql.
(http://www.postgresql.org/docs/9.3/static/datatype-character.html)
If you use a DB that imposes a limit that you feel is too small,
change it to a more appropriate data type locally. We provide default
SQL schemas that should work with most systems, but due to the
variability in DB implementations we can't guarantee the schemas will
fit everybodys needs perfectly.
More information about the bugs
mailing list