Should i be using timestamp or timestamp with time zone in PostgreSql 9.2? Which one matches the datetime version of Sql Server 2008.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Datetime in MS SQL server has no timezone so that would match timestamp in postgresql. I don’t expect it matters but postgresql has “only” microsecond precision while MS SQL has 100 nanosecond precision.