BUG #2803: server terminated abnormally when limit or offset is null

From: "Greg Johnson" <gregj(at)interprose(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #2803: server terminated abnormally when limit or offset is null
Date: 2006-12-01 21:07:45
Message-ID: 200612012107.kB1L7jQe054588@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 2803
Logged by: Greg Johnson
Email address: gregj(at)interprose(dot)com
PostgreSQL version: 8.2rc1
Operating system: Red Hat Enterprise Linux WS release 4 (Nahant Update 3)
Description: server terminated abnormally when limit or offset is
null
Details:

Examples:

select * from pg_stat_activity limit null;
select * from pg_stat_activity offset null;

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message asp techie 2006-12-02 12:16:16 'PostgreSQL.1' failed with no error message available, result code: -2147221163(0x80040155).
Previous Message Albert Strasheim 2006-12-01 20:41:32 BUG #2802: Feature request: tinyint and unsigned types