XID Data Types

Поиск
Список
Период
Сортировка
От Ericson Smith
Тема XID Data Types
Дата
Msg-id 409683A5.8040601@did-it.com
обсуждение исходный текст
Ответы Re: XID Data Types  (Manfred Koizar <mkoi-pg@aon.at>)
Список pgsql-general
Hello everyone,

Take the query below:

select *,xmin from settings where xmin > '187167023'::xid limit 5;

Although the docs say this is a 32 bit datatype, I have casted the
integer '187167023' also to an xid type, but it seems that there is no
operator to do a comparison, since I get this error:

didit=# select *,xmin from settings where xmin > '187167023'::xid limit 5;
ERROR:  operator does not exist: xid > xid

Any pointers or suggestions?

- Ericson

Вложения

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

Предыдущее
От: Steve Atkins
Дата:
Сообщение: Per-session data?
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Constrint Name Length...