From: | "Pawel Kasperek" <pcasper(at)wp(dot)pl> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | BUG #3966: problem with implicit cast array parameter |
Date: | 2008-02-18 15:08:13 |
Message-ID: | 200802181508.m1IF8D6W014328@wwwmaster.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
The following bug has been logged online:
Bug reference: 3966
Logged by: Pawel Kasperek
Email address: pcasper(at)wp(dot)pl
PostgreSQL version: 8.3
Operating system: openSuse 10.3
Description: problem with implicit cast array parameter
Details:
In PostgreSQL 8.2 I can call function: test_func(p1 text[]) as "PERFORM
test_func(ARRAY[0,1])". The server could be implicit cast array of integer
elements to array of text. In PostgreSQL 8.3 I have error: function
test_func(integer[]) does not exist. For me problem is missed implicit
casting elements of array to text type.
From | Date | Subject | |
---|---|---|---|
Next Message | Zdenek Kotala | 2008-02-18 15:19:37 | Re: Bug (#3484) - Missing pg_clog/0AE6 |
Previous Message | Alexandra Nitzschke | 2008-02-18 15:04:20 | Bug (#3484) - Missing pg_clog/0AE6 |