Re: My first PL/pgSQL function

From: Jim Nasby <Jim(dot)Nasby(at)BlueTreble(dot)com>
To: Merlin Moncure <mmoncure(at)gmail(dot)com>, Dane Foster <studdugie(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: My first PL/pgSQL function
Date: 2015-10-20 21:53:26
Message-ID: 5626B7D6.4000208@BlueTreble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

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