TODO

From: Christof Petig <christof(at)petig-baender(dot)de>
To: Bruce Momjian <momjian(at)postgresql(dot)org>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: TODO
Date: 2001-12-03 14:46:56
Message-ID: 3C0B905F.3AFDEF73@petig-baender.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The following ECPG TODO item is already closed

o Allow SELECT of array of strings into a auto-sized variable

Decent lines for HISTORY would be (ECPG enhancements)

auto allocation for indicator variable arrays (int *ind_p=NULL)
auto allocation for string arrays (char **foo_pp=NULL)
ECPGfree_auto_mem fixed
all function names with external linkage are now prefixed by ECPG

Yours
Christof

PS:
In HISTORY:

EXECUTE ... INTO ... implemented
multiple row descriptor support (e.g. CARDINALITY)

you might mark me as the person responsible for any mistakes made ;-)

Responses

  • Re: TODO at 2001-12-28 05:03:21 from Bruce Momjian

Browse pgsql-hackers by date

  From Date Subject
Next Message bombadil 2001-12-03 15:08:59 Re: Problem (bug?) with like
Previous Message Tom Lane 2001-12-03 14:43:01 Re: Problem (bug?) wih like