text search parser, "uri"

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема text search parser, "uri"
Дата
Msg-id 20071025141240.GO5661@alvh.no-ip.org
обсуждение исходный текст
Ответы Re: text search parser, "uri"  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
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.

RFC 1738, section 3.1 calls that "url-path".

Are there objections to changing it at this time?  The contrib module
used to call it "uri" as well, but we've already changed some of the
names so this is the best time to do it.

My suggestion would be "url_path", with an underscore instead of an
hyphen to be consistent with the hword_* names.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Zdenek Kotala
Дата:
Сообщение: Datum should be defined outside postgres.h
Следующее
От: Tom Lane
Дата:
Сообщение: Re: order by in cursor declaration does not allow update