| From: | Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: typmod is always -1 |
| Date: | 2009-03-17 05:30:33 |
| Message-ID: | 162867790903162230y5223f5p6fc858938f8ee65a@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
2009/3/17 Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>:
> Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> writes:
>> I have a problem - every call of mvarcharin is with typmod = -1.
>
> Sure your typmod_in function works?
>
> Also, there are a bunch of scenarios where we rely on a cast function to
> apply the typmod rather than passing it to the input function initially.
> I'm not sure if the particular case you're checking here falls into that
> category, but you definitely should have a "length conversion cast"
> function in pg_cast if you expect to do anything useful with typmod.
thank you. It is it.
What I understand, this behave is little bit confusing and undocumented :(
regards
Pavel Stehule
>
> regards, tom lane
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Heikki Linnakangas | 2009-03-17 06:30:15 | Re: Remaining items for 8.4 (was Re: Updates of SE-PostgreSQL 8.4devel patches (r1710)) |
| Previous Message | Robert Haas | 2009-03-17 04:43:23 | Re: small but useful patches for text search |