Re: Where are PL/pgsql definitions kept? - Mailing list pgsql-general

From Richard Huxton
Subject Re: Where are PL/pgsql definitions kept?
Date
Msg-id 200403141058.52217.dev@archonet.com
Whole thread Raw
In response to Re: Where are PL/pgsql definitions kept?  (Jerry LeVan <jerry.levan@eku.edu>)
List 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 by date:

Previous
From: "Shalu Gupta"
Date:
Subject: TPC-H benchmarks
Next
From: Richard Huxton
Date:
Subject: Re: PostgeSQL problem (server crashed?)