Hi everybody In the pgsql-extension there are 5 new functions concerning associative arrays and tables. In four of them (pg_convert(), pg_insert(), pg_select(), pg_delete()) the parameter for the associative array is called 'assoc_array'. In the function pg_update() it is called 'condition'. Does anybody know why? Shouldn't it be the same?
Also the order of the parameters in pg_update() is wrong. The function doesn't work if you use it like it is described in the manual. May I change this things and add one more sentence to the really spare documentation? Regards Conni -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php