Thanks for asking. I have been diverted to other tasks and won't be
able to get back to this for a short while. The basics work (i.e.
population and simple compares) but I know for sure that certain
functions will not work now that we allow what were previously
operators to be part of the nod
Don't do it! It's a wrong patch. Dan will prepare correct patch (with other
changes).
Bruce Momjian wrote:
Dan, is this ready to be applied to CVS?
---
Dan Langille wrote:
I have been looking at contrib/ltree in the Post
Dan, is this ready to be applied to CVS?
---
Dan Langille wrote:
> I have been looking at contrib/ltree in the PostgreSQL repository. I've
> modified the code to allow / as a node delimiter instead of . which is the
> defau
On 27 Nov 2002 at 19:55, Teodor Sigaev wrote:
> Ok, I think it's a good extension. Let you prepare cumulative patch.
> Nevertheless, we have no chance to insert this to 7.3 release :(.
> Only for 7.3.1 or even 7.4.
Thanks. As for the 7.3 release, yes, it would be nice, but that was
not my goal
What is the reason for changing delimiter?
My tree represents a file system. Here are some entries:
Below are the patches to make this change. I have also moved the
delimiter to a DEFINE so that other customizations are easily done.
This is a work in progress.
It's good.
#define ISAL
On 27 Nov 2002 at 12:16, Teodor Sigaev wrote:
> Dan Langille wrote:
> > I have been looking at contrib/ltree in the PostgreSQL repository.
> > I've modified the code to allow / as a node delimiter instead of .
> > which is the default.
> What is the reason for changing delimiter?
My tree repres
Dan Langille wrote:
I have been looking at contrib/ltree in the PostgreSQL repository. I've
modified the code to allow / as a node delimiter instead of . which is the
default.
What is the reason for changing delimiter?
Below are the patches to make this change. I have also moved the
delimi
I have been looking at contrib/ltree in the PostgreSQL repository. I've
modified the code to allow / as a node delimiter instead of . which is the
default.
Below are the patches to make this change. I have also moved the
delimiter to a DEFINE so that other customizations are easily done. This
i