In postgresqlPostgreSQL, I use the now()now() and current_timestampcurrent_timestamp function and I see no difference:
# SELECT now(), current_timestamp; now | now --------------------------------+-------------------------------- 04/20/2014 19:44:27.215557 EDT | 04/20/2014 19:44:27.215557 EDT (1 row) Am I missing something?