From: Sergey Gigoyan <sergey(dot)gigoyan(at)gmail(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject:
Date: 2013-02-12 13:39:06
Message-ID: CAFaFzo5zdAXYgjPJjx25YGvUq6+QwWKe0O=xiO2-Pm-rckraFg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I have function with character varying array as input parameter.

example
get_list(IN session_id integer,IN parameters_list character varying[])

How can I call this function (pass array elements to function)?

Responses

  • Re: at 2013-02-12 14:05:22 from Kevin Grittner

Browse pgsql-novice by date

  From Date Subject
Next Message Kevin Grittner 2013-02-12 14:05:22 Re:
Previous Message Philip Couling 2013-02-12 13:33:00 Re: GRANT USAGE ON DATABASE xxx TO public fails