Re: psql metaqueries with \gexec

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: psql metaqueries with \gexec
Дата
Msg-id 14086.1459727039@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: psql metaqueries with \gexec  (Corey Huinker <corey.huinker@gmail.com>)
Ответы Re: psql metaqueries with \gexec  (Corey Huinker <corey.huinker@gmail.com>)
Список pgsql-hackers
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



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: Proposal: RETURNING primary_key()
Следующее
От: Alex Shulgin
Дата:
Сообщение: Re: More stable query plans via more predictable column statistics