Copied from another thread... 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? -- Thom Brown Twitter: @darkixion IRC (freenode): dark_ixion Registered Linux user: #516935 -- Sent via pgsql-docs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs
