Re: TG_RELNAME problem

Поиск
Список
Период
Сортировка
От Uros Gruber
Тема Re: TG_RELNAME problem
Дата
Msg-id 1903637734.20040225183325@sir-mag.com
обсуждение исходный текст
Ответ на Re: TG_RELNAME problem  ("cnliou" <cnliou@so-net.net.tw>)
Список pgsql-general
Hi,


I already found a solution. I use
FOR tmp IN EXECUTE ''SELECT.....'' || TG_RELNAME || ''...'' loop

and it works. Thanks anyway

--
regards,
 Uros

Wednesday, February 25, 2004, 4:49:19 PM, you wrote:

>>    if new."path" = '''' then
>>        SELECT INTO tmp "id_category" from TG_RELNAME where
c> "path" = ''Top'';
>>        if FOUND then

c> Perhaps you will get some idea if you read the document:

c> 37.6.4. Executing Dynamic Commands

c> Regards,
c> CN

c> ---------------------------(end of
c> broadcast)---------------------------
c> TIP 6: Have you searched our list archives?

c>                http://archives.postgresql.org


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

Предыдущее
От: Harry Broomhall
Дата:
Сообщение: Re: [PHP] phpBB 2.2 and PostgreSQL support
Следующее
От: Chris Gamache
Дата:
Сообщение: Re: tsearch2 trigger alternative