Re: Where are PL/pgsql definitions kept?

From: Richard Huxton <dev(at)archonet(dot)com>
To: Jerry LeVan <jerry(dot)levan(at)eku(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Where are PL/pgsql definitions kept?
Date: 2004-03-14 10:58:51
Message-ID: 200403141058.52217.dev@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2004-03-14 11:03:17 Re: PostgeSQL problem (server crashed?)
Previous Message Shalu Gupta 2004-03-14 04:18:49 TPC-H benchmarks