Re: text search parser, "uri" - Mailing list pgsql-hackers

From Tom Lane
Subject Re: text search parser, "uri"
Date
Msg-id 16799.1193327336@sss.pgh.pa.us
Whole thread Raw
In response to text search parser, "uri"  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> I observed that the parser calls the part after the host in a URL,
> "uri".  This is quite incorrect; a URI is supposed to be a
> generalization of a URL, so it makes no sense to call that a URI.

I was wondering about that, but failed to go check :-(

> RFC 1738, section 3.1 calls that "url-path".
> My suggestion would be "url_path", with an underscore instead of an
> hyphen to be consistent with the hword_* names.

Works for me.  Please change it.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Datum should be defined outside postgres.h
Next
From: Bruce Momjian
Date:
Subject: Re: Datum should be defined outside postgres.h