Bug #732: LIMIT clause bugs with insert...select

Поиск
Список
Период
Сортировка
От pgsql-bugs@postgresql.org
Тема Bug #732: LIMIT clause bugs with insert...select
Дата
Msg-id 20020807120847.82C44475833@postgresql.org
обсуждение исходный текст
Ответы 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>)
Список 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 по дате отправления:

Предыдущее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #731: Same SQL produces different results before and after VACUUM FULL
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Bug #731: Same SQL produces different results before and after VACUUM FULL