Bug #732: LIMIT clause bugs with insert...select - Mailing list pgsql-bugs

From pgsql-bugs@postgresql.org
Subject Bug #732: LIMIT clause bugs with insert...select
Date
Msg-id 20020807120847.82C44475833@postgresql.org
Whole thread Raw
Responses Re: Bug #732: LIMIT clause bugs with insert...select  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Bug #732: LIMIT clause bugs with insert...select  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-bugs
Guillaume Lafarge (guillaume.lafarge@exalog.com) reports a bug with a severity of 3
The lower the number the more severe it is.

Short Description
LIMIT clause bugs with insert...select

Long Description
The LIMIT clause is not working with SELECT command if SELECT is part of INSERT command.

Sample Code
insert into table1 select * from table2 limit 20;

No file was uploaded with this report

pgsql-bugs by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #731: Same SQL produces different results before and after VACUUM FULL
Next
From: Tom Lane
Date:
Subject: Re: Bug #731: Same SQL produces different results before and after VACUUM FULL