]> granicus.if.org Git - postgresql/commit
Create a standard function pg_sleep() to sleep for a specified amount of time.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 11 Jan 2006 20:12:43 +0000 (20:12 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 11 Jan 2006 20:12:43 +0000 (20:12 +0000)
commit782eefc580a503db4773cd177b17dcc6fd33b058
tree047dfd54ec77992eb816e7b2250fec5f584eb1fb
parentfb627b76ccc4c7074e37b6b94155864f6cbd1b23
Create a standard function pg_sleep() to sleep for a specified amount of time.
Replace the former ad-hoc implementation used in the regression tests.
Joachim Wieland
doc/src/sgml/func.sgml
src/backend/utils/adt/misc.c
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h
src/include/utils/builtins.h
src/test/regress/expected/stats.out
src/test/regress/input/create_function_1.source
src/test/regress/output/create_function_1.source
src/test/regress/regress.c
src/test/regress/sql/stats.sql