Re: PATH no longer a part of 7.4? - Mailing list pgsql-docs

From Tom Lane
Subject Re: PATH no longer a part of 7.4?
Date
Msg-id 15123.1076427739@sss.pgh.pa.us
Whole thread Raw
In response to PATH no longer a part of 7.4?  ("Dan Langille" <dan@langille.org>)
List pgsql-docs
"Dan Langille" <dan@langille.org> writes:
> The Geometric data types listed at
> http://www.postgresql.org/docs/current/static/datatype-geometric.html
> include a data type known as "path".  I do not see this data type in
> my 7.4 installation.

You don't?

regression=# select * from pg_type where typname = 'path';
 typname | typnamespace | typowner | typlen | typbyval | typtype | typisdefined | typdelim | typrelid | typelem |
typinput| typoutput | typreceive |  typsend | typalign | typstorage | typnotnull | typbasetype | typtypmod | typndims |
typdefaultbin| typdefault 

---------+--------------+----------+--------+----------+---------+--------------+----------+----------+---------+----------+-----------+------------+-----------+----------+------------+------------+-------------+-----------+----------+---------------+------------
 path    |           11 |        1 |     -1 | f        | b       | t            | ,        |        0 |       0 |
path_in | path_out  | path_recv  | path_send | d        | x          | f          |           0 |        -1 |        0
|             | 
(1 row)

            regards, tom lane

pgsql-docs by date:

Previous
From: "Dan Langille"
Date:
Subject: PATH no longer a part of 7.4?
Next
From: Bruce Momjian
Date:
Subject: Re: PATH no longer a part of 7.4?