Geometry

Started by Bob Pawleyover 19 years ago4 messagesgeneral
Jump to latest
#1Bob Pawley
rjpawley@shaw.ca

Can anyone point me to an overview of PostgreSQL geometry ?

Bob Pawley

#2A. Kretschmer
andreas.kretschmer@schollglas.com
In reply to: Bob Pawley (#1)
Re: Geometry

am Thu, dem 02.11.2006, um 19:30:25 -0800 mailte Bob Pawley folgendes:

Can anyone point me to an overview of PostgreSQL geometry ?

What do you mean? An Overview about PostgreSQL? Okay:
http://www.postgresql.org/about/

Or geometric datatypes? Okay:
http://www.postgresql.org/docs/8.1/interactive/datatype-geometric.html

Andreas
--
Andreas Kretschmer
Kontakt: Heynitz: 035242/47215, D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID: 0x3FFF606C, privat 0x7F4584DA http://wwwkeys.de.pgp.net

#3Bob Pawley
rjpawley@shaw.ca
In reply to: Bob Pawley (#1)
Re: Geometry

Thanks for the link.

However, I was thinking in terms of how and where the geometric datatypes
are used and why they were developed.

Bob Pawley

----- Original Message -----
From: "A. Kretschmer" <andreas.kretschmer@schollglas.com>
To: <pgsql-general@postgresql.org>
Sent: Thursday, November 02, 2006 10:17 PM
Subject: Re: [GENERAL] Geometry

Show quoted text

am Thu, dem 02.11.2006, um 19:30:25 -0800 mailte Bob Pawley folgendes:

Can anyone point me to an overview of PostgreSQL geometry ?

What do you mean? An Overview about PostgreSQL? Okay:
http://www.postgresql.org/about/

Or geometric datatypes? Okay:
http://www.postgresql.org/docs/8.1/interactive/datatype-geometric.html

Andreas
--
Andreas Kretschmer
Kontakt: Heynitz: 035242/47215, D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID: 0x3FFF606C, privat 0x7F4584DA http://wwwkeys.de.pgp.net

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

http://archives.postgresql.org/

#4Brent Wood
b.wood@niwa.co.nz
In reply to: Bob Pawley (#1)
Re: Geometry

Bob Pawley wrote:

Can anyone point me to an overview of PostgreSQL geometry ?

Bob Pawley

Try www.postgis.org

A third party add-on to Postgres implementing OGC SFS compliant
functionality. This is more complete & useful that the built in Postgres
spatial data support.

Brent Wood