2010/8/25 Boszormenyi Zoltan <zb(at)cybertec(dot)at>:
> PostgreSQL allows in plain SQL to declare a cursor
> e.g. in all lower case and fetch from is in all upper case.
> We need to allow this from ECPG, too, but strictly when
> the cursor name is not in a variable. Otherwise this code
> below doesn't notice the cursor's double declaration
> and complains using an undeclared cursor:
It might be a good idea to add this to the open CommitFest so we don't
lose track of it.
https://commitfest.postgresql.org/action/commitfest_view/open
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise Postgres Company
In response to
pgsql-hackers by date
| Next: | From: Robert Haas | Date: 2010-09-02 03:00:39 |
| Subject: Re: Rewrite, normal execution vs. EXPLAIN ANALYZE |
| Previous: | From: Robert Haas | Date: 2010-09-02 02:58:13 |
| Subject: Re: multibyte charater set in levenshtein function |