CURRENT_TIMEは、現在の時刻を返す特殊キーワード。
https://www.postgresql.jp/document/7.2/user/functions-datetime.html
postgresdb1=# SELECT CURRENT_TIME; current_time ------------------- 09:30:08.60899+09 (1 行) postgresdb1=#
こうなる。
CURRENT_TIMEは、現在の時刻を返す特殊キーワード。
https://www.postgresql.jp/document/7.2/user/functions-datetime.html
postgresdb1=# SELECT CURRENT_TIME; current_time ------------------- 09:30:08.60899+09 (1 行) postgresdb1=#
こうなる。