Re: My first PL/pgSQL function - Mailing list pgsql-general

From Jim Nasby
Subject Re: My first PL/pgSQL function
Date
Msg-id 5626B7D6.4000208@BlueTreble.com
Whole thread Raw
In response to Re: My first PL/pgSQL function  (Merlin Moncure <mmoncure@gmail.com>)
Responses Re: My first PL/pgSQL function  (Dane Foster <studdugie@gmail.com>)
List pgsql-general
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


pgsql-general by date:

Previous
From: Dane Foster
Date:
Subject: Re: My first PL/pgSQL function
Next
From: Tim van der Linden
Date:
Subject: Re: Multiple word synonyms (maybe?)