Re: psql metaqueries with \gexec - Mailing list pgsql-hackers

From Corey Huinker
Subject Re: psql metaqueries with \gexec
Date
Msg-id CADkLM=eRqOXbO0MG6Dcw41VcuMn9ZXkQdvvJQyaHKhXFmGK_xw@mail.gmail.com
Whole thread
In response to Re: psql metaqueries with \gexec  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: psql metaqueries with \gexec
List pgsql-hackers
On Sun, Apr 3, 2016 at 7:43 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
Corey Huinker <corey.huinker@gmail.com> writes:
>>> +         The secondary queries are executed in top-to-bottom,
>>> left-to-right order, so the command

>> I took that as meaning what I said above.

> Would using the term https://en.wikipedia.org/wiki/Row-major_order be more
> clear?

Meh, I suspect a lot of people don't know that term.  Perhaps something
like "The generated queries are executed in the order in which the rows
are returned, and left-to-right within each row if there is more than one
column."

                        regards, tom lane


I like it. Change forthcoming.



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgbench more operators & functions
Next
From: Peter Geoghegan
Date:
Subject: Re: Using quicksort for every external sort run