Re: Issue with a variable in a function

From: tlund79 <thomas(dot)lund(at)eniro(dot)no>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Issue with a variable in a function
Date: 2011-11-09 10:41:39
Message-ID: 1320835299242-4977361.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Sylvain Mougenot 2011-11-09 11:57:34 Re: Partitionning + Trigger and Execute not working as expected
Previous Message tlund79 2011-11-09 08:32:12 Re: Issue with a variable in a function