Re: operator is not unique: integer || integer

Поиск
Список
Период
Сортировка
От Daniel Schuchardt
Тема Re: operator is not unique: integer || integer
Дата
Msg-id fvp3l6$1vfq$1@news.hub.org
обсуждение исходный текст
Ответ на Re: operator is not unique: integer || integer  (Klint Gore <kgore4@une.edu.au>)
Список pgsql-general
Klint Gore schrieb:
> > RAISE NOTICE "error during validation % :",
> 'ks:"'||ks||'"@"'||loopdate||'"';  (here LoopDate is a DateTime)
>
> You know you can use more than one % in a raise and it will take care
> of the data types?
>
yes i know. the real code looks like this:

S:='another ABG found on ks:"'||ks||'"@"'||loopdate||'"';
PERFORM internalcreatemessage(current_user, 'W', S);


greets.

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

Предыдущее
От: Syra.Didelez@agfa.com
Дата:
Сообщение: Re: Silent install 8.3 diiffers from 8.2
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: Custom C function - is palloc broken?