Re: [DOCS] Default Values Section
OK, I updated the documentation to add a comment on that line: SELECT CURRENT_TIMESTAMP; SELECT now(); SELECT TIMESTAMP 'now'; -- incorrect for use with DEFAULT --- Lourival Oliveira wrote:
[DOCS] Default Values Section
I have a problem reading the "5.3 Default Values" Section of Postgresql8.0.0-rc1 documentation. In this section there are nothing about using 'now' constant. I think which there are a conflict with a note about 'now' in section "9.9. Date/Time Functions and Operators" which show the way to achi
