Re: [DOCS] Example indenting - Mailing list pgsql-docs

From Joshua D. Drake
Subject Re: [DOCS] Example indenting
Date
Msg-id 1282929941.31376.3.camel@jd-desktop.iso-8859-1.charter.com
Whole thread Raw
In response to Re: [pgsql-www] Example indenting  (Thom Brown <thom@linux.com>)
List pgsql-docs
On Fri, 2010-08-27 at 18:04 +0100, Thom Brown wrote:

> Something I've noticed is an inconsistency in the SGML markup around
> functions listed in tables.  Sometimes the entire function signature
> is considered to be the function, and other times it's just the
> function name, with its parameters outside of the <function> tags.
>
> E.g.:
>
> <function>variance</function>(<replaceable
> class="parameter">expression</replaceable>)
>
> vs
>
> <function>stddev_samp(<replaceable
> class="parameter">expression</replaceable>)</function>
>
> Which way is correct?  It will make a big difference visually with
> these changes.

That is actually a question for pgsql-docs.

Joshua D. Drake


>

--
PostgreSQL.org Major Contributor
Command Prompt, Inc: http://www.commandprompt.com/ - 509.416.6579
Consulting, Training, Support, Custom Development, Engineering
http://twitter.com/cmdpromptinc | http://identi.ca/commandprompt


pgsql-docs by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: [DOCS] Example indenting
Next
From: Thom Brown
Date:
Subject: Re: Doc fixes and improvements