Subject Re: [Firebird-Architect] the insert into t select * from t infinite loop
Author Jim Starkey
Adriano dos Santos Fernandes wrote:

>>>Insert the new records in "unlinked" pages without storing in the
>>>indexes (if they exist). These pages are not visible to selects.
>>>After the records are inserted, the pages is linked to be visible by
>>>sequential scan, and the indexes entries are added.
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>No.
>>
>>
>>
>>
>Why no? :-)
>
>
>
>
Because it doesn't work that way.