Brian McCane <bmccane(at)mccons(dot)net> writes:
> alter table foo alter column updated set default 'since_epoch()' ;
> this gets the error:
> ERROR: pg_atoi: error in "since_epoch()": can't parse "since_epoch()"
Try it without the quotes.
regards, tom lane