Skip to content

Commit

Permalink
Oubli mineur sur la page des vues matérialisées
Browse files Browse the repository at this point in the history
  • Loading branch information
daamien authored and gleu committed Aug 13, 2013
1 parent 0a0fbaf commit 2d55c59
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 @@ -928,7 +928,7 @@ UPDATE t1 SET b = t2.b FROM t2 WHERE t1.a = t2.a;
CREATE MATERIALIZED VIEW ma_vue_mat AS SELECT * FROM ma_table;
</programlisting>

and:
et&nbsp;:

<programlisting>
CREATE TABLE ma_vue_mat AS SELECT * FROM ma_table;
Expand Down

0 comments on commit 2d55c59

Please sign in to comment.