A quick question:
I have a field of type 'Timestamp'. I want to extract it in Unix Epoch Time
format (ie, seconds since Jan 1, 1970.) What's the syntax to do this in
Postgres?
And, similarly, when I'm done it'd be awfully convenient if I could stick
that number right back into the timestamp field. Looking at the
documentation, I bet it'll understand it, but does anyone know if there's
any trick to doing this?
Thanks for any help!
-- Kirby