Hi,
Try this function ( with psql ) and redo your query.
This function allow cast beetween macaddr and text
CREATE FUNCTION text(macaddr) returns text AS '
BEGIN
return $1;
END;
' LANGUAGE 'plpgsql';
Cheers,
PEJAC Pascal
Есть вопросы? Напишите нам!
Соглашаюсь с условиями обработки персональных данных
✖
By continuing to browse this website, you agree to the use of cookies. Go to Privacy Policy.