I'm in the process of porting Informix ESQL to PostgreSQL. Ioccasionally get sqlcode = 100 and sqlstate = 02000 when declaringcursors or freeing prepared statements. Is this normal? For example: $declare loop1 cursor with hold for select distinct ( tabname ) from meta ; results in sqlca.s...