what do the operator * exactly ?

From: molinet <molinet(at)ibp(dot)u-psud(dot)fr>
To: pgsql-general(at)postgresql(dot)org
Subject: what do the operator * exactly ?
Date: 2002-05-29 13:48:22
Message-ID: 5.0.2.1.2.20020529154428.00b03c98@mailhost.ibp.u-psud.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Marcia Abade 2002-05-29 13:55:12 Privileges Doubts
Previous Message Cornelia Boenigk 2002-05-29 12:00:20 Re: creating tables with blob types