| От | Andreas Seltenreich |
|---|---|
| Тема | Re: strange sql issue |
| Дата | |
| Msg-id | 877izkfg32.fsf@gate450.dyndns.org обсуждение исходный текст |
| Ответ на | strange sql issue ("Thomas Peter" <usenet@braindumped.com>) |
| Список | pgsql-general |
Thomas Peter writes: > the following sql stopped working with postgres, and the fix of this > problem seems strange to me. [...] > and the fix was, to twist the order in the FROM statement. > changing > FROM ticket as t, permission as perm, enum as p > to > FROM permission as perm, enum as p, ticket as t > works like expected! > > so is this a bug, or do i get soemthing wrong (a hint where to rtfm would > be very welcome in this case) If by "stopped working" you mean that the query returns an unexpected result set, there should be a difference in the respective query plans (explain analyze). Comparing them might give a clue what is going wrong. regards, andreas
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера