Hi
I'm struggling to understand why this casts is not immutable:
integer[]::text[]
text[]::integer[]
The following are all immutable:
integer::text
text::integer
integer[]::float[]
integer::float
I hit on this while trying to make a gin index which cast from one to the other.
Why does the encapsulation of an array suddenly make this not immutable?
Thanks
Responses
pgsql-general by date
| Next: | From: Simon Riggs | Date: 2011-12-09 13:03:08 |
| Subject: Re: Hope for a new PostgreSQL era? |
| Previous: | From: Simon Riggs | Date: 2011-12-09 10:51:01 |
| Subject: Re: Hope for a new PostgreSQL era? |