I'm currently using PostgreSQL 8.4 and need to substract from now() date on day. What I tried is now() - 1 and it didn't work. Although that page said that we could use operator - to perform operations on date. More preciseli I recieved
ERROR: operator does not exist: timestamp with time zone - integer
Any ideas?
byteawire encoding I don't recall any major differences (8.4 is just too long ago...)