| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
| Cc: | Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: text search parser, "uri" |
| Date: | 2007-10-25 15:48:56 |
| Message-ID: | 16799.1193327336@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Alvaro Herrera <alvherre(at)commandprompt(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2007-10-25 15:49:40 | Re: Datum should be defined outside postgres.h |
| Previous Message | Tom Lane | 2007-10-25 15:46:07 | Re: Datum should be defined outside postgres.h |