array_append from user-defined C function

From: Leonardo Francalanci <m_lists(at)yahoo(dot)it>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: array_append from user-defined C function
Date: 2011-10-14 13:44:00
Message-ID: 1318599840.42900.YahooMailNeo@web29008.mail.ird.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

how can I call array_append from a user-defined C function?
I know the type of the array I'm going to use (int4[]) so if there's an equivalent

function that can be called without going through PG_FUNCTION_ARGS stuff...

Thank you

Leonardo

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Leonardo Francalanci 2011-10-14 13:49:53 Re: array_append from user-defined C function
Previous Message Albe Laurenz 2011-10-14 13:41:10 Re: dll files missing in postgrsql bin folder in Windows