Skip to content

Commit e9fdf50

Browse files
committed
fix typo #392
1 parent eedf3d3 commit e9fdf50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

postgresql/doc/src/sgml/func.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18888,7 +18888,8 @@ now()
1888818888
</para>
1888918889
____________________________________________________________________________-->
1889018890
<para>
18891-
<productname>PostgreSQL</productname>同样也提供了返回当前语句开始时间的函数, 它们会返回函数被调用时的真实当前时间。这些非 SQL 标准的函数列表如下:
18891+
<productname>PostgreSQL</productname>还提供了返回当前语句的开始时间以及
18892+
调用该函数时的实际当前时间的函数。这些非 SQL 标准的函数列表如下:
1889218893
<synopsis>
1889318894
transaction_timestamp()
1889418895
statement_timestamp()

0 commit comments

Comments
 (0)