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 LISP programmer knows the value of everything, but the cost of nothing. -- Alan Perlis