Snyder, James wrote on 25.03.2010 22:33:
> I’m using PostgreSQL (8.4.701)
There is no such version.
The current version is 8.4.3
> On a side note, Oracle allows the following syntax to achieve the above:
>
> select count(*) over () as ROWCOUNT , first_name from people
>
The same syntax will work on Postgres
Thomas