Re: ++ PLPGSQL

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: ++ PLPGSQL
Дата
Msg-id 424151E1.9010902@archonet.com
обсуждение исходный текст
Ответ на ++ PLPGSQL  (Shaun Clements <ShaunC@relyant.co.za>)
Список pgsql-general
Shaun Clements wrote:
> Can you assign the value of a dynamic record value.
> For example
> sales_month1_x := RECORDNAME.quote_ident('month1_'||quote_literal(yr2));

You're right - it won't work. PLPGSQL has strict type-checking, so it's
no good for this sort of stuff. Perhaps pl/tcl/perl/python would be
better for you.

--
   Richard Huxton
   Archonet Ltd

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

Предыдущее
От: Sean Davis
Дата:
Сообщение: Re: Question about function body checking and 8.1
Следующее
От: "Walker, Jed S"
Дата:
Сообщение: PostgreSQL support