[Dbmail-dev] [DBMail 0000281]: compilation problem on FreeBSD-4.x ?

2005-11-07 Thread bugtrack
The following issue has been SUBMITTED. == http://www.dbmail.org/mantis/view.php?id=281 == Reported By:kouta Assigned To:

Re: [Dbmail-dev] [DBMail 0000280]: Encoded subject causes db error when save data to dbmail_subjectfield as length exceeds 100

2005-11-07 Thread Geo Carncross
On Sun, 2005-11-06 at 14:28 -0800, K C wrote: > I've replaced this kind of unique indexes with just normal > (physmessage_id) if there is no other index can index physmessage_id. > This is to make sure physmessage_id can use index. But unique index > on (physmessage_id, id) is unnecessary here. P

Re: [Dbmail-dev] [DBMail 0000280]: Encoded subject causes db error when save data to dbmail_subjectfield as length exceeds 100

2005-11-07 Thread K C
If you're talking about mysql I won't argue as I know nothing about it. But for pgsql, the primary key index can't be dropped: test=> drop INDEX tt_pkey ; ERROR: cannot drop index tt_pkey because constraint tt_pkey on table tt requires it HINT: You may drop constraint tt_pkey on table tt instead.

Re: [Dbmail-dev] [DBMail 0000280]: Encoded subject causes db error when save data to dbmail_subjectfield as length exceeds 100

2005-11-07 Thread Geo Carncross
On Mon, 2005-11-07 at 09:53 -0800, K C wrote: > If you're talking about mysql I won't argue as I know nothing about > it. But for pgsql, the primary key index can't be dropped: > > test=> drop INDEX tt_pkey ; > ERROR: cannot drop index tt_pkey because constraint tt_pkey on table > tt requires it