Re: Problems with PLPGSQL

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Problems with PLPGSQL
Дата
Msg-id 200311060913.07354.dev@archonet.com
обсуждение исходный текст
Ответ на Problems with PLPGSQL  (Alex <alex@meerkatsoft.com>)
Ответы Re: Problems with PLPGSQL  (Alex <alex@meerkatsoft.com>)
Список pgsql-general
On Thursday 06 November 2003 04:13, Alex wrote:
> Hi,
> I have a problem with quoting  in one of my functions:
>
> now TIMESTAMP := ''now'';

Your main question has been answered, but you might want now() rather than
''now''. Off the top of my head, I think the ''now'' might get compiled as a
value on the first run and stay at that value.

--
  Richard Huxton
  Archonet Ltd

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

Предыдущее
От: Csaba Nagy
Дата:
Сообщение: Re: Sequences without blank holes
Следующее
От: Alex
Дата:
Сообщение: Re: Problems with PLPGSQL