Cursor names in the backend are not case-sensitve. This change makes sure that

Michael Meskes <meskes@postgresql.org>

Commit: 81624db39aa7501690aab71a68af689df78b71e8
Author: Michael Meskes <meskes@postgresql.org>
Date: 2010-09-10T10:13:20Z
Releases: 9.1.0
Cursor names in the backend are not case-sensitve. This change makes sure that
ecpg also does not regard cursor names as case-sensitive.

Thanks to Zoltan Boszormenyi for the patch.

Files