what do the operator * exactly ? - Mailing list pgsql-general

From molinet
Subject what do the operator * exactly ?
Date
Msg-id 5.0.2.1.2.20020529154428.00b03c98@mailhost.ibp.u-psud.fr
Whole thread Raw
Responses Re: what do the operator * exactly ?
List 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 by date:

Previous
From: "Cornelia Boenigk"
Date:
Subject: Re: creating tables with blob types
Next
From: Martijn van Oosterhout
Date:
Subject: Re: what do the operator * exactly ?