Re: Create index on xml field

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Create index on xml field
Дата
Msg-id 200901132142.15391.peter_e@gmx.net
обсуждение исходный текст
Ответ на Create index on xml field  (Brad Balmer <bbalmer@peapod.com>)
Список pgsql-sql
On Tuesday 13 January 2009 18:56:33 Brad Balmer wrote:
> Why would the following not work?
> create index tstTbl_idx on test_tbl (cast(xpath ('//uim:upcCode/text()',
> job) as text[]));

Looks like you are missing a namespace definition.


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

Предыдущее
От: Brad Balmer
Дата:
Сообщение: Create index on xml field
Следующее
От: Erik Jones
Дата:
Сообщение: Re: some howto/theory book/tutorial on practical problem solving in SQL