Comment they counted them ... (Score 1) 191
postgres=# select count(*) from enhancements;
count
-------
293
(1 row)
postgres=# select count(*) from enhancements;
count
-------
293
(1 row)
A bug in the code is worth two in the documentation.