C-Type for bit(n) string in user-defined function

From: Maximilian Link <maximilian-link(at)web(dot)de>
To: pgsql-novice(at)postgresql(dot)org
Subject: C-Type for bit(n) string in user-defined function
Date: 2014-01-15 23:30:01
Message-ID: 52D719F9.5020503@web.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi,

i want to write a user-defined function using a bit(384)-type. Which C
Type and PG_GETARG_xxx() do i use? i couldn't find anything on
http://www.postgresql.org/docs/9.1/static/xfunc-c.html .

Thanks for any help,
Maximilian

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2014-01-15 23:59:48 Re: C-Type for bit(n) string in user-defined function
Previous Message DFE 2014-01-15 11:41:40 Re: archive_cleanup_command when is called?