[PATCH] pg_sleep(interval) - Mailing list pgsql-hackers

Someone on IRC a while ago was complaining that there was no way to
specify an interval for pg_sleep, so I made one.  Patch against today's
HEAD attached.

Usage: SELECT pg_sleep(interval '2 minutes');

I would add this to the next commitfest but I seem to be unable to log
in with my community account (I can log in to the wiki).  Help appreciated.

Attachment

pgsql-hackers by date:

Previous
From: Vik Fearing
Date:
Subject: [PATCH] Statistics collection for CLUSTER command
Next
From: Fabien COELHO
Date:
Subject: Re: [PATCH] pg_sleep(interval)