Re: to_char problem

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: to_char problem
Дата
Msg-id 200402171452.00213.dev@archonet.com
обсуждение исходный текст
Ответ на Re: to_char problem  ("Wei Wang" <ww220@cam.ac.uk>)
Список pgsql-general
On Tuesday 17 February 2004 12:37, Wei Wang wrote:
> In that case, how do I RAISE NOTICE a text variable such as:
> DECLARE tempstring text;
> BEGIN
> RAISE NOTICE tempstring;

RAISE NOTICE ''%'',tempstring;

Don't forget to double-up (or bacslash-escape) your quotes.

--
  Richard Huxton
  Archonet Ltd

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: psql, 7.4, and the \d command
Следующее
От: Eric Ridge
Дата:
Сообщение: Re: ps output and postgres