Re: Views and Limits
От
Tom Lane
Тема
Re: Views and Limits
Дата
Msg-id
26956.1063088589@sss.pgh.pa.us
Ответ на
Views and Limits (Alex)
Список
Дерево обсуждения
Views and Limits Alex <alex@meerkatsoft.com>
Re: Views and Limits Tom Lane <tgl@sss.pgh.pa.us>
Re: Views and Limits Jonathan Bartlett <johnnyb@eskimo.com>
Alex writes: > Is there a way to get change that i.e. that the VIEW places a limit on > the final result? How would that possibly make any sense? A view is supposed to be a self-contained, logically consistent object ... not something that exerts magical action-at-a-distance powers upon queries that reference it. As an example, would you still expect this restriction to work when the view was used in a join, SELECT DISTINCT, or aggregate query? If so, just what is getting limited? regards, tom lane
В списке pgsql-general по дате отправления