summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-04-25 00:26:53 +0000
committerBruce Momjian <bruce@momjian.us>2006-04-25 00:26:53 +0000
commitb532c86f2ef627ad57df895aae916e06ff13eee7 (patch)
tree2c0f6fee5f68d118ac62ad2de36f0fbb562ab15f /doc/src
parente6004f01518bb7c9c2c1fdf7e5fa4fa4a3e572f3 (diff)
Done:
> * -Add transaction_timestamp(), statement_timestamp(), clock_timestamp()
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/FAQ/TODO.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index cc00512a4be..d4a0138ab01 100644
--- a/doc/src/FAQ/TODO.html
+++ b/doc/src/FAQ/TODO.html
@@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
-Last updated: Mon Apr 24 20:06:13 EDT 2006
+Last updated: Mon Apr 24 20:26:45 EDT 2006
</p>
<p>The most recent version of this document can be viewed at<br/>
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -274,7 +274,7 @@ first.
<ul>
<li>Allow INET subnet tests using non-constants to be indexed
- </li><li>Add transaction_timestamp(), statement_timestamp(), clock_timestamp()
+ </li><li>-<em>Add transaction_timestamp(), statement_timestamp(), clock_timestamp()</em>
functionality
<p> Current CURRENT_TIMESTAMP returns the start time of the current
transaction, and gettimeofday() returns the wallclock time. This will