CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian@postgresql.org 01/12/27 23:57:55
Modified files:
doc : TODO
Log message:
Added for Christof Petig:
< o Allow SELECT of array of strings into a auto-sized variable
---
> o -Allow SELECT of array of strings into a auto-sized variable
> o auto allocation for indicator variable arrays (int *ind_p=NULL)
> o auto allocation for string arrays (char **foo_pp=NULL)
> o ECPGfree_auto_mem fixed
> o all function names with external linkage are now prefixed by ECPG