pgAdmin 中没有时区的时间戳命令?

Command for timestamp without timezone in pgAdmin?

如何在手动插入数据时在 pgAdmin 中插入不带时区的当前时间戳?

我知道可以使用 now() 插入时间戳。 谢谢!

As documented in the manual 您可以使用 localtimestamp(而不是 current_timestampnow()

勾选 manual:

SELECT LOCALTIMESTAMP;