rserv and inet data type

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема rserv and inet data type
Дата
Msg-id 1065481178.70486.17.camel@jester
обсуждение исходный текст
Ответы Re: rserv and inet data type  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Below is a 7.2.4 example of the rserv log with inet data type. You will
notice that inet cast to text, and the log entry are differently (one
from unknown directly to text via a trigger, the other from inet cast to
text).

I see this hasn't been changed in the 7.4 version. Is there intent on
removing this package entirely in favour of eRServer?


build=#  select  _build2.ip::text, l.key, _build2.ip::text = l.key from
_RSERV_LOG_ l, build2 _build2 where l.reloid = 16734 and l.deleted = 0
and (l.logid >= 513);        ip         |       key       | ?column?
--------------------+-----------------+----------123.123.123.123/32 | 123.123.123.123 | f123.123.123.122/32 |
123.123.123.123| f123.123.123.123/32 | 123.123.123.122 | f123.123.123.122/32 | 123.123.123.122 | f 
(4 rows)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Architecture Roadmap?
Следующее
От: Gaetano Mendola
Дата:
Сообщение: Re: psql italian translation