Re: How do we get the Client-Time and Server-Time from psql ?
Stephen Frost <sfrost@snowman.net>
From: Stephen Frost <sfrost@snowman.net>
To: raghavendra t <raagavendra.rao@gmail.com>
Cc: pgsql-general@postgresql.org
Date: 2010-06-02T11:46:47Z
Lists: pgsql-general
* raghavendra t (raagavendra.rao@gmail.com) wrote: > How do i get the client time and server time. I am connecting remotely. If i > give SELECT CURRENT_TIME;,it shows the server time. How do we get the client > time ? uh, \! date ? Stephen