> -Original Message-
> From: Tom Lane [mailto:[EMAIL PROTECTED]]
> Sent: 14 June 2002 14:49
> To: Dave Page
> Cc: PostgreSQL-development
> Subject: Re: [HACKERS] Language Comments
>
>
> "Dave Page" <[EMAIL PROTECTED]> writes:
> > W
"Dave Page" <[EMAIL PROTECTED]> writes:
> What is the preferred method (if there even is one) for modifying the
> comment on a language?
There isn't one. Certainly LANCOMPILER was *never* meant as a place to
store comments.
I suppose a COMMENT ON LANGUAGE facility could be added, but I can't g
What is the preferred method (if there even is one) for modifying the
comment on a language?
I vaguely remember it being documented that it was stored in
pg_language.lancompiler and specified using the LANCOMPILER option to
CREATE LANGUAGE or by updating the record directly. pgAdmin has done it