Re: My first PL/pgSQL function

From: Dane Foster <studdugie(at)gmail(dot)com>
To: Jim Nasby <Jim(dot)Nasby(at)bluetreble(dot)com>
Cc: Merlin Moncure <mmoncure(at)gmail(dot)com>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: My first PL/pgSQL function
Date: 2015-10-21 00:56:34
Message-ID: CA+WxinJOSDdg7=x_Ujw3EwMJA0cipE+p_Ek1kreJuh4bf_N6Pg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Oct 20, 2015 at 5:53 PM, Jim Nasby <Jim(dot)Nasby(at)bluetreble(dot)com> wrote:

> On 10/20/15 11:43 AM, Merlin Moncure wrote:
>
>> *) let's compare notes on your doxygen style code markup. I've been
>> trouble finding a good robust tool that does exactly what I want,
>> curious if you did better.
>>
>
> Related to that (I think), you might want to move the documentation out of
> the comment block and into a COMMENT ON FUNCTION ... IS; statement. That
> way it's available through tools like pgAdmin and psql.
> --
> Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX
> Experts in Analytics, Data Architecture and PostgreSQL
> Data in Trouble? Get it in Treble! http://BlueTreble.com
>


Done! Thanks for the heads up that COMMENT ON FUNCTION ... exists.

Dane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Dane Foster 2015-10-21 02:08:10 Re: My first PL/pgSQL function
Previous Message Tim van der Linden 2015-10-21 00:56:20 Re: Multiple word synonyms (maybe?)