<[email protected]> writes: > How should I mark a function which calls CURRENT_DATE? Parallel safe or > parallel restricted?
> pg_proc shows that now() is marked as restricted, but transaction_timestamp()
> is marked as safe.
That's certainly silly, because they're equivalent. I should think
they're both safe. Robert?
regards, tom lane
--
Sent via pgsql-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
