Re: using xmin in a query?

Поиск
Список
Период
Сортировка
От 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 по дате отправления:

Предыдущее
От: Michael Nolan
Дата:
Сообщение: Re: using xmin in a query?
Следующее
От: Michael Nolan
Дата:
Сообщение: Re: using xmin in a query?