Re: Where are PL/pgsql definitions kept?

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Where are PL/pgsql definitions kept?
Дата
Msg-id 200403141058.52217.dev@archonet.com
обсуждение исходный текст
Ответ на Re: Where are PL/pgsql definitions kept?  (Jerry LeVan <jerry.levan@eku.edu>)
Список pgsql-general
On Friday 12 March 2004 21:12, Jerry LeVan wrote:
>
> When I displayed the pg_proc table it *appeared* that that column
> contained
> an empty string. Evidently the stored string starts with a new line
> character.

That's probably because you usually define your functions
CREATE FUNCTION foo ... AS '
blah

So the first character would be a newline.

--
  Richard Huxton
  Archonet Ltd

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

Предыдущее
От: "Shalu Gupta"
Дата:
Сообщение: TPC-H benchmarks
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: PostgeSQL problem (server crashed?)