Error: Template Id should be teh identifier of a template - help

Поиск
Список
Период
Сортировка
От Alex
Тема Error: Template Id should be teh identifier of a template - help
Дата
Msg-id EBCBA6B9-F98A-48CE-B9EB-DAE6EEA756FD@ambix.net
обсуждение исходный текст
Ответы Re: Error: Template Id should be teh identifier of a template - help  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Error: Template Id should be teh identifier of a template - help  ("David Johnston" <polobo@yahoo.com>)
Список pgsql-sql

Hi, All!

When I execute this:

UPDATE HTMLPAGE SET PAGE_URL = REPLACE(PAGE_URL, '.dot', '.html') WHERE PAGE_URL LIKE '%.dot';

I get the following error from psql.  Could you tell me what is wrong or how to fix it?

Thanks,

Alex

Failed to execute SQL : SQL UPDATE HTMLPAGE SET PAGE_URL = REPLACE(PAGE_URL, '.dot', '.html') WHERE PAGE_URL LIKE '%.dot'; failed : ERROR: Template Id should be the identifier of a template

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

Предыдущее
От: "David Johnston"
Дата:
Сообщение: Re: [GENERAL] Indexing question
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Error: Template Id should be teh identifier of a template - help