Short Desc: Cursor with hold emits the same row more than once across
commits in 8.3.7
Os : Debian Etch amd64 / Ubuntu Jaunty amd64
Pg : 8.3.7
Build options: Official package and also compiled from source with
--enable-integer-datetimes
Detailed Desc:
A construction of the form
DECLARE cur CU
"Regina" writes:
> I'm not sure if this is a bug or expected behavior. But in a new PostGIS
> function we are writing, we are getting a
> WARNING: nonstandard use of \' in a string literal HINT: Use to write
> quotes in strings, or use the escape string syntax (E'...').
> With sections of the
The following bug has been logged online:
Bug reference: 4843
Logged by: Regina
Email address: l...@pcorp.us
PostgreSQL version: 8.4beta2
Operating system: Windows
Description:non standard use string literal warning in RAISE WARNING
Details:
I'm not sure if this is