CURRENT_DATE

CURRENT_DATEは、現在の日付を返す特殊キーワード。

https://www.postgresql.jp/document/7.2/user/functions-datetime.html

postgresdb1=# SELECT CURRENT_DATE;
 current_date
--------------
 2025-08-01
(1 行)

postgresdb1=#

こうなる。