[GENERAL] Discerning when functions had execute revoked from public

2013-01-08 Thread Todd Kover
I am trying to write something that will enumerate grants/revokes on functions to make sure they are adjusted properly after said function is drop/recreated, should that happen. This will also be used to validate that permissions are what they should be. According to: http://www.postgresql.org/

[GENERAL] aggregate functions on massive number of rows

2005-03-02 Thread Todd Kover
I have an aggregate function setup (attached) that I'm calling over a massive amount of data and am running into: ERROR: cannot have more than 2^32-1 commands in a transaction CONTEXT: PL/pgSQL function "float8_jitter_add" line 16 at if error. Since I'm able to do count() and