Re: [PATCH] Generate random dates/times in a specified range
Vik Fearing <vik@postgresfriends.org>
From: Vik Fearing <vik@postgresfriends.org>
To: Damien Clochard <damien@dalibo.info>,
Greg Sabino Mullane <htamfids@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Dean Rasheed <dean.a.rasheed@gmail.com>,
pgsql-hackers@lists.postgresql.org
Date: 2025-07-24T18:24:29Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
doc: Improve description of new random(min, max) functions.
- 9c24111c4dad 19 (unreleased) landed
-
Add date and timestamp variants of random(min, max).
- faf071b55383 19 (unreleased) landed
On 24/07/2025 17:20, Damien Clochard wrote: > Le 21.07.2025 21:06, Greg Sabino Mullane a écrit : >> Damien, maybe we can let the time ones go? Tom and I are not big fans >> of those, and nobody else has stepped up to defend them. >> > > Here's a second version with the following changes > > - update tests Just a small cosmetic gripe, the regression test comments are usually "-- ok" and "--fail", and not "-- Should error". No comment on the rest of the patch. -- Vik Fearing