powa-team / powa

PostgreSQL Workload Analyzer
http://powa.readthedocs.io/
PostgreSQL License
764 stars 57 forks source link

Wrong SQL command in upgrade section of INSTALL.md #35

Closed trourance closed 9 years ago

trourance commented 9 years ago

Hi, There's a mistake in the following file, in the upgrade section : https://github.com/dalibo/powa/blob/master/INSTALL.md

The SQL command "alter extension powa update to version '1.2';" should be written "alter extension powa update to '1.2';"

rjuju commented 9 years ago

Thank you for pointing out this typo!

Fixed in commit da5bd24cfc752b23c0cb260cab3e8293a8d7e8af.