diff options
author | Magnus Hagander <magnus@hagander.net> | 2007-03-16 08:28:01 +0000 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2007-03-16 08:28:01 +0000 |
commit | 348b62189491f60efe0ee15618492e7786338e06 (patch) | |
tree | 19770eb6a0943b8b3a49bae90d250c7fb6427836 /doc/src | |
parent | 95f6d2d20921b7c2dbec29bf2706fd9448208aa6 (diff) |
Show aggregate return types in psql \da output.
Greg Sabino Mullane
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 29037dbe20f..644a71b7920 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -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=> <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> |