Re: ltree PostgreSQL Module

From: John Hansen <john(at)geeknet(dot)com(dot)au>
To: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
Cc: Teodor Sigaev <teodor(at)stack(dot)net>, Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: ltree PostgreSQL Module
Date: 2004-11-11 21:15:35
Message-ID: 1100207735.20649.7.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> I miss about UTF-8 :) ltree doesn't supports UTF-8 yet.

ok,. how about all the 'other' characters from us-ascii :
,(dot)?!(at)#$%^&*()_+-=[]{}\|'"?><`~

these 'should' all be valid for the ltxtquery, ltree, and ltree[] types,
except maybe for . which is used as seperator (and maybe . should be
valid too, if prepended with a '\', just as you would with a regex to
make the next character a literal).

... John

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Fetter 2004-11-11 22:26:38 Re: multiline CSV fields
Previous Message Greg Stark 2004-11-11 20:38:16 Re: multiline CSV fields