Re: plpgsql question

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: plpgsql question
Дата
Msg-id 20864.1029203927@sss.pgh.pa.us
обсуждение исходный текст
Ответ на plpgsql question  ("Andrew Bartley" <abartley@evolvosystems.com>)
Список pgsql-general
"Andrew Bartley" <abartley@evolvosystems.com> writes:
> In the plpgsql function I am trying to update this column.

> update    test
> set          "Test Column" = ''test data'';

> The function fails with
> Error: Error while executing the query;

plpgsql doesn't cope with embedded spaces in identifiers, even
when double-quoted :-(

This is fixed as of a couple days ago in development sources, but
until 7.3 comes out you'll have to avoid such names.  Sorry.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: question about upper limit on TEXT size
Следующее
От: Edmund Dengler
Дата:
Сообщение: Slow deletes