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

From Bruce Momjian
Subject Re: PATH no longer a part of 7.4?
Date
Msg-id 200402101509.i1AF9aa18540@candle.pha.pa.us
Whole thread Raw
In response to PATH no longer a part of 7.4?  ("Dan Langille" <dan@langille.org>)
Responses Re: PATH no longer a part of 7.4?  ("Dan Langille" <dan@langille.org>)
List pgsql-docs
Dan Langille wrote:
> 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.
>
> Which is wrong?  The documentation or the code?

It is in CVS:

    test=> \dT path
                    List of data types
       Schema   |  Name  |        Description
    ------------+--------+----------------------------
     pg_catalog | "path" | geometric path '(pt1,...)'
    (1 row)


--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-docs by date:

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