Re: RAISE concatination/variables in plpgsql

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: RAISE concatination/variables in plpgsql
Дата
Msg-id 24194.989280922@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: RAISE concatination/variables in plpgsql  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: RAISE concatination/variables in plpgsql  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-bugs
I wrote:
>> Probably.  And 'format' is even more misleading, since it implies that
>> you write a printf-like format string, which you do not.  The output is
>> just the concatenation of the literal and the variable values.

Ugh.  Should've read the code before pontificating ;-).  The code makes
clear what is quite unclear in the docs:
        /*
         * Occurences of a single % are replaced by the next arguments
         * external representation. Double %'s are left as is so elog()
         * will also don't touch them.
         */
So "format" is appropriate, but the next sentence could use some
improvement.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: backend dies on 7.1.1 loading large datamodel.
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: RAISE concatination/variables in plpgsql