Inserting/updating points - Mailing list pgsql-sql

From Holger Mitterwald
Subject Inserting/updating points
Date
Msg-id 36A2F889.686F7DE2@coi.ina.de
Whole thread Raw
List pgsql-sql
Hello,
I really do have problems handling the type "point" in postgresql 6.3.2
How do I insert point values in a database? The manual claims something about
INSERT INTO bla (id, p) VALUES ( 1, (1.13, 2.4) )
WHERE id is of type int and p is of type point.

How does it REALLY work?

So long,
        Holger
--
--------------------------------------------------------------------------------
Holger Mitterwald COI-D        ####   #####    ###       CONSULTING FUER
OFFICE
COI GmbH Herzogenaurach       #      #     #    #        UND INFORMATION
Industriestrasse 1 - 3        #      #     #    #        MANAGEMENT GmbH
D-91074 Herzogenaurach         ####   #####    ###       Tel.: 09132/82-3811

pgsql-sql by date:

Previous
From: "Tim J Trowbridge"
Date:
Subject: Re: [SQL] Viewing access privileges
Next
From: Michael Olivier
Date:
Subject: need help with error: cannot find attribute 1 of relation...