Re: support for ltree

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michael Shapiro <mshapiro51(at)gmail(dot)com>
Cc: Melvin Davidson <melvin6925(at)gmail(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: support for ltree
Date: 2015-06-12 13:48:21
Message-ID: 11455.1434116901@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Michael Shapiro <mshapiro51(at)gmail(dot)com> writes:
> Thanks for this response. It still leave my question unanswered. I should
> rephrase it -- will <ltree> become a native datatype in Postgres (as
> opposed to remaining an extension). Are there any plans to make <ltree> a
> native datatype?

No. That is not the same as it being unsupported. Postgres is built
around the concept of being extensible, and one important aspect of that
is having some "standard" extensions as test cases. ltree seems to fit
that category quite well, in that it's useful for some people but not so
widely used as to need to be in core.

(Even if there were a credible argument for putting ltree in core, I doubt
it would win out over backwards-compatibility concerns. We've found in
the past that moving things into core is not exactly transparent.)

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message greg 2015-06-12 14:08:51 double precision[] storage space questions
Previous Message David G. Johnston 2015-06-12 13:33:37 Re: support for ltree