Re: HOWTO pass "default value" to PQexecParams?

From: Volkan YAZICI <yazicivo(at)ttnet(dot)net(dot)tr>
To: JiangWei <jw(dot)pgsql(at)sduept(dot)com>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: HOWTO pass "default value" to PQexecParams?
Date: 2006-01-09 10:41:45
Message-ID: 20060109104145.GA546@alamut
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Gustavo Lopes 2006-01-09 23:03:12 Re: Compiling and linking a Program interfacing with libpq.dll
Previous Message JiangWei 2006-01-09 08:18:11 Re: HOWTO pass "default value" to PQexecParams?