what do the operator * exactly ?

Поиск
Список
Период
Сортировка
От molinet
Тема what do the operator * exactly ?
Дата
Msg-id 5.0.2.1.2.20020529154428.00b03c98@mailhost.ibp.u-psud.fr
обсуждение исходный текст
Ответы Re: what do the operator * exactly ?
Список pgsql-general
Does somebody can explain me what the operators * and / do exactly?
for example
select '(1,1)'::point * '(2,2)':: point ;
gives
(0,4)

select '(1,1)'::point * '(3,3)'::point ;
gives
(0,6)

and what does the / operator ?
thanks for your response


MOLINET S.


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

Предыдущее
От: "Cornelia Boenigk"
Дата:
Сообщение: Re: creating tables with blob types
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: what do the operator * exactly ?