Skip to content

Commit

Permalink
Correction suite à un rapport de Pierre-Olivier Mauguet
Browse files Browse the repository at this point in the history
  • Loading branch information
gleu committed May 21, 2014
1 parent 503dfc1 commit 4da3cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgresql/rules.xml
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ CREATE MATERIALIZED VIEW resume_ventes AS
date_facture;

CREATE UNIQUE INDEX ventes_resume_vendeur
ON sales_summary (no_vendeur, date_facture);
ON resume_ventes (no_vendeur, date_facture);
</programlisting>

Cette vue matérialisée peut être utile pour afficher un graphe dans
Expand Down

0 comments on commit 4da3cff

Please sign in to comment.