Re: Bug with Tsearch and tsvector - Mailing list pgsql-bugs

From Kevin Grittner
Subject Re: Bug with Tsearch and tsvector
Date
Msg-id 4BD6ACD00200002500030E5C@gw.wicourts.gov
Whole thread Raw
In response to Re: Bug with Tsearch and tsvector  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Bug with Tsearch and tsvector  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Bug with Tsearch and tsvector  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
List pgsql-bugs
Tom Lane <tgl@sss.pgh.pa.us> wrote:

> We'd probably not want to apply this as-is, but should first
> tighten up what characters URLPath allows, per Kevin's spec
> research.

If we're headed that way, I figured I should double-check.  The RFC
I referenced was later obsoleted by:

http://www.ietf.org/rfc/rfc3986.txt

I haven't been able to find anything more recent.  This newer RFC
doesn't seem to list characters which are *not* part of a URI, so
here are the characters which *are* allowed:

  gen-delims  = ":" / "/" / "?" / "#" / "[" / "]" / "@"

  sub-delims  = "!" / "$" / "&" / "'" / "(" / ")"
                / "*" / "+" / "," / ";" / "="

  unreserved  = ALPHA / DIGIT / "-" / "." / "_" / "~"

I'll read this RFC closely and follow up later today.

-Kevin

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Bug with Tsearch and tsvector
Next
From: Tom Lane
Date:
Subject: Re: Bug with Tsearch and tsvector