Re: tsearch2() trigger and domain types...

From: manchicken <manchicken(at)notsosoft(dot)net>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: tsearch2() trigger and domain types...
Date: 2007-06-19 13:55:46
Message-ID: 200706190855.47398.manchicken@notsosoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Monday 18 June 2007 17:59:50 Tom Lane wrote:
> "Michael D. Stemle, Jr." <manchicken(at)notsosoft(dot)net> writes:
> > For standardization in my database I use a domain (login_t) for my login
> > column in my profile table.
> >
> > Well, here's what I get upon every update and insert to the profile
> > table: WARNING: TSearch: 'login' is not of character type
>
> The tsearch trigger seems to insist that the column be text, varchar(n),
> or char(n) ... no domains need apply :-(
>
> I'm not real sure why it doesn't just invoke the column's output
> function and be datatype-agnostic. Or at least do that when the
> shortcut "I know what text looks like" path isn't applicable.

Is there any way to cast these column datatypes in the trigger to fool it, or
is the only way to fix this to reconstruct the table without domains? I'd
really prefer not to abandon domains if at all possible.

--
~ manchicken <><
(A)bort, (R)etry, (I)nfluence with large hammer.
09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0

Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2007-06-19 14:08:23 Re: tsearch2() trigger and domain types...
Previous Message Merlin Moncure 2007-06-19 13:40:16 Re: Subquery problems