Skip to content

Commit

Permalink
Translate drop_aggregate.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
rjuju authored and gleu committed Jun 16, 2017
1 parent ed8a924 commit 65449b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgresql/ref/drop_aggregate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ DROP AGGREGATE monrang(VARIADIC "any" ORDER BY VARIADIC "any");
</para>

<para>
To remove multiple aggregate functions in one command:
Pour supprimer plusieurs fonctions d'agrégat en une seule commande :
<programlisting>
DROP AGGREGATE myavg(integer), myavg(bigint);
</programlisting>
Expand Down

0 comments on commit 65449b9

Please sign in to comment.