http://bugzilla.spamassassin.org/show_bug.cgi?id=1908
------- Additional Comments From [EMAIL PROTECTED] 2004-03-03 12:36 -------
Subject: Re: ConfSourceSQL: Postgres @GLOBAL overrides user prefs
horde=# \d userpref
Table "public.userpref"
Column | Type | Modifiers
------------+------------------------+--------------------------------------------------------------
prefid | integer | not null default
nextval('public.userpref_prefid_seq'::text)
horde_id | character varying(255) | not null
username | character varying(255) | not null
preference | character varying(30) | not null
value | character varying(100) | not null
Indexes: userpref_pkey primary key btree (prefid),
userpref_username btree (username)
Let me know if you need anything else.
[EMAIL PROTECTED] wrote:
>http://bugzilla.spamassassin.org/show_bug.cgi?id=1908
>
>
>
>
>
>------- Additional Comments From [EMAIL PROTECTED] 2004-03-03 12:10 -------
>Subject: Re: ConfSourceSQL: Postgres @GLOBAL overrides user prefs
>
>Can you please send in the table definition for the userprefs table.
>
>I'm wondering if this is a bug that was perhaps fixed in my version of
>postgres, since it's not showing up in 7.4.1, but couldn't find
>anything obvious in the changes file.
>
>Michael
>
>
>
>
>
>------- You are receiving this mail because: -------
>You reported the bug, or are watching the reporter.
>
>
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.