Re: Semantics around INSERT INTO with SELECT and ORDER BY. - Mailing list pgsql-general

From Ravi Krishna
Subject Re: Semantics around INSERT INTO with SELECT and ORDER BY.
Date
Msg-id CACER=P2Qp5xKJK+3+EiEAn6cruTtPimTeedWLqL==hw1KTeEmQ@mail.gmail.com
Whole thread Raw
In response to Semantics around INSERT INTO with SELECT and ORDER BY.  (Steve Krenzel <sgk284@gmail.com>)
Responses Re: Semantics around INSERT INTO with SELECT and ORDER BY.  (Steve Krenzel <sgk284@gmail.com>)
List pgsql-general
Why is it even important?  Once you use ORDER BY clause, you are guaranteed to get the rows in the order.  Why do you need how it was inserted in the first place.

pgsql-general by date:

Previous
From: Steve Krenzel
Date:
Subject: Semantics around INSERT INTO with SELECT and ORDER BY.
Next
From: Steve Krenzel
Date:
Subject: Re: Semantics around INSERT INTO with SELECT and ORDER BY.