Re: X.50x OID representation

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: redhog <redhog(at)redhog(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: X.50x OID representation
Date: 2006-11-07 12:06:34
Message-ID: 20061107120634.GC19789@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Nov 07, 2006 at 03:57:43AM -0800, redhog wrote:
> I need to save something very similar to X.50x IOD:s, that is, paths
> where the path-components are numbers. For example: 10.5.5003.24.35.

Looks like something for ltree, which is a datatype for storing
tree-structured data.

http://projects.commandprompt.com/public/pgsql/browser/trunk/pgsql/contrib/ltree/README.ltree

Hope this helps,
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Woody Woodring 2006-11-07 12:48:34 Re: database name aliases?
Previous Message redhog 2006-11-07 11:57:43 X.50x OID representation