| От | Tom Lane |
|---|---|
| Тема | Re: using xmin in a query? |
| Дата | |
| Msg-id | 6688.1311890949@sss.pgh.pa.us обсуждение |
| Ответ на | Re: using xmin in a query? (Michael Nolan <htfoot@gmail.com>) |
| Ответы |
Re: using xmin in a query?
|
| Список | pgsql-general |
Michael Nolan <htfoot@gmail.com> writes:
> It seems like we're being inconsistent here in allowing 'where xid =
> integer' but not allowing 'where xid != integer'.
Well, if you look into pg_operator you'll soon find that there are
exactly two built-in operators that accept type xid: "=(xid,xid)" and
"=(xid,integer)" (where I'd say the latter is just a kluge).
There hasn't previously been any demand to flesh it out more than that.
Do you have an actual use-case where <> would be helpful, or is this
just experimentation?
regards, tom lane
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера