1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Show aggregate return types in psql \da output.

Greg Sabino Mullane
This commit is contained in:
Magnus Hagander
2007-03-16 08:28:01 +00:00
parent 95f6d2d209
commit 348b621894
2 changed files with 9 additions and 8 deletions

View File

@ -1,5 +1,5 @@
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.188 2007/03/03 17:19:11 momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.189 2007/03/16 08:28:01 mha Exp $
PostgreSQL documentation
-->
@ -875,8 +875,8 @@ testdb=&gt;
<listitem>
<para>
Lists all available aggregate functions, together with the data
types they operate on. If <replaceable
Lists all available aggregate functions, together with their
return type and the data types they operate on. If <replaceable
class="parameter">pattern</replaceable>
is specified, only aggregates whose names match the pattern are shown.
</para>