Re: C function question

From: Grzegorz Jaśkiewicz <gryzman(at)gmail(dot)com>
To: General Postgres Mailing List <pgsql-general(at)postgresql(dot)org>
Subject: Re: C function question
Date: 2009-02-03 20:46:06
Message-ID: 2f4958ff0902031246t38334364oaa2f4d7875d941ea@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> char c = PG_GETARG_CHAR(1);
>

for whatever reason, taht doesn't return the real char that was passed in.

--
GJ

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2009-02-03 20:53:17 Re: C function question
Previous Message Steve Atkins 2009-02-03 20:43:49 Re: Pet Peeves?