Re: HOWTO pass "default value" to PQexecParams? - Mailing list pgsql-interfaces

From Volkan YAZICI
Subject Re: HOWTO pass "default value" to PQexecParams?
Date
Msg-id 20060109104145.GA546@alamut
Whole thread Raw
In response to Re: HOWTO pass "default value" to PQexecParams?  (JiangWei <jw.pgsql@sduept.com>)
Responses Re: HOWTO pass "default value" to PQexecParams?  (JiangWei <jw.pgsql@sduept.com>)
List pgsql-interfaces
On Jan 09 04:18, JiangWei wrote:
> >AFAIK, it's not possible to point the field's default value using a
> >special value in the related array member. Because, you cannot declare
> >any special value in the array: NULL will be treated as NULL and other
> >char values as is.
>
> We can declare a specialized oid for this.

You mean in the parameter types? If so, is this supported by PostgreSQL?


Regards.


pgsql-interfaces by date:

Previous
From: JiangWei
Date:
Subject: Re: HOWTO pass "default value" to PQexecParams?
Next
From: "Michael"
Date:
Subject: Compiling and linking a Program interfacing with libpq.dll