Re: Issue with a variable in a function - Mailing list pgsql-sql

From tlund79
Subject Re: Issue with a variable in a function
Date
Msg-id 1320835299242-4977361.post@n5.nabble.com
Whole thread Raw
In response to Re: Issue with a variable in a function  (tlund79 <thomas.lund@eniro.no>)
List pgsql-sql
I solved this one by trial and error. You were right I needed brackets to
indicate an array, but also needed to replace "in ($4)" with "= any ($4)"

--
View this message in context:
http://postgresql.1045698.n5.nabble.com/Issue-with-a-variable-in-a-function-tp4974235p4977361.html
Sent from the PostgreSQL - sql mailing list archive at Nabble.com.


pgsql-sql by date:

Previous
From: tlund79
Date:
Subject: Re: Issue with a variable in a function
Next
From: Sylvain Mougenot
Date:
Subject: Re: Partitionning + Trigger and Execute not working as expected