]> granicus.if.org Git - postgresql/commit
Use strftime("%c") to format timestamps in psql's \watch command.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 15 Jun 2016 23:31:08 +0000 (19:31 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 15 Jun 2016 23:31:13 +0000 (19:31 -0400)
commit9901d8ac2e7326f5a705341d304e7c7f0f95a1e5
treef3fd8f3f992e2ef610e46cd0c4faa9cd820c8d58
parent12f862099d25fc70b412d56f50dcabebff8db44a
Use strftime("%c") to format timestamps in psql's \watch command.

This allows the timestamps to follow local conventions (in particular,
they respond to the LC_TIME environment setting).  In C locale you get
the same results as before.  It seems like a good idea to do this now not
later because we already changed the format of \watch headers for 9.6.

Also, increase the buffer sizes a tad to ensure there's enough space for
translated strings.

Discussion: <20160612145532.GA22965@postgresql.kr>
src/bin/psql/command.c