Re: PATH no longer a part of 7.4?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Dan Langille" <dan(at)langille(dot)org>
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: PATH no longer a part of 7.4?
Date: 2004-02-10 15:42:19
Message-ID: 15123.1076427739@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

"Dan Langille" <dan(at)langille(dot)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

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2004-02-10 16:32:41 Re: PATH no longer a part of 7.4?
Previous Message Dan Langille 2004-02-10 15:35:15 Re: PATH no longer a part of 7.4?