open and closed paths ... - Mailing list pgsql-sql

From Hans-Jürgen Schönig
Subject open and closed paths ...
Date
Msg-id 3AD06EBD.8EE8C6D7@cybertec.at
Whole thread Raw
Responses Re: open and closed paths ...
List pgsql-sql
I am using PostgreSQL 7.0.3. I have tried the isopen() function but it
doesn't seem to work (or it is not fully implemented yet).
In my opinion the third record is a closed path but the isopen()
functions return f.
Have I done something wrong, have I got something wrong or is it a bug?
   Hans



shop=# SELECT * FROM temppath;     fieldname
----------------------((1,3),(4,12))((3,1),(2,8),(10,4))((3,1),(2,8),(3,1))((1,1),(2,2),(3,3))
(4 rows)

shop=# INSERT INTO temppath(fieldname) VALUES ('(1,1), (2,3)');
INSERT 51857 1
shop=# SELECT isopen(fieldname) FROM temppath;isopen
--------fffff
(5 rows)




pgsql-sql by date:

Previous
From: Louis-David Mitterrand
Date:
Subject: Re: [GENERAL] Re: Permissons on database
Next
From: Peter Eisentraut
Date:
Subject: Re: open and closed paths ...